XYGATE Access Control Reference Manual

XYGATE
®
Access Control Reference Manual
Appendix C: The ACACL File
XYPRO Technology Corporation 150 Proprietary and Confidential
C6: ALIAS_ALL_PROCESSES
This keyword extends the ALIAS checking to any process that communicates with
XAC, not just the initial OBJECT program the XYGATEAC process was configured to
start. For instance, if the initially executed ACACL Command Entry contained
ALIAS "OBEY" ">OBEY" and the initial OBJECT was SCF, then the SCF obey would
be mapped to XAC’s internal obey command. If the user then started PATHCOM via
SCFs run command, the PATHCOM OBEY command would likewise be mapped to
the XAC internal obey.
Example:
COMMAND SECURE-TACL
DESCRIPTION "Translate OBEY to XYGATEAC >OBEY"
ACL \*.*.*
USER GROUP,USER
OBJECT $SYSTEM.SYSNN.TACL
ALIAS "OBEY"">OBEY"
ALIAS "O"">OBEY"
NULLNULLSTOP
START_LOGGED_OFF
FC FC? FCPROMPT "> "
ALIAS_ALL_PROCESSES
C7: ALIAS_OSS_PROCESSES
The keyword ALIAS_OSS_PROCESSES causes command ALIAS entries for an OSS
process to be applied.
Example:
COMMAND AUDITED-OSS-SHELL
USER GROUP,USER
OBJECT $SYSTEM.XYGATEAC.XYGATEOA
ACL $EVERYONE
OPENSBYOBJECTS \*.$*.*.*
START_LOGGED_ON
STARTUP "-xac"
AUTHENTICATE_USER ON
ALIAS "O " ">OBEY "
ALIAS "OBEY" ">OBEY "
ALIAS_OSS_PROCESSES
With the ALIAS_OSS_PROCESSES keyword, subordinate programs such as MXCI
will have the ALIAS mapping applied.
Without the keyword, the obey mapping will not occur.