XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 175 Proprietary and Confidential
C33: FC#
This keyword implements a Fix Command capability with history for the OBJECT
program. The FC# keyword displays the current command number with each prompt
and permits the FC commands of ?,! and FC to be specified with either a numeric
argument or a context "begins with" comparison. The FCPROMPT keyword should be
used with FC# for proper operation.
Example:
COMMAND FUP
DESCRIPTION "FUP FOR A STANDARD USER"
USER GROUP,USER
OBJECT $SYSTEM.SYSNN.FUP
ACL *,*
FCPROMPT "-"
FC#
This XAC ACACL Command Entry starts FUP as the current user. All commands
executed within FUP are audited. Any local user can execute this ACACL Command
Entry. Command history capability is enabled with each command numbered. This
overcomes FUP’s inability to offer numbered command prompts.
Note: If ALIAS, ALLOWCMD or DENYCMD is used with SQLCI, XAC’s FC must be
used for security purposes.
Example:
COMMAND SQLCI
DESCRIPTION "SECURED SQLCI"
USER GROUP,USER
ACL \NY.PROD.*
OBJECT $SYSTEM.SYSTEM.SQLCI
DENYCMD "DROP"
FC
FCPROMPT ">>"