This example restricts a user (RABBIT) to TSO commands OPER and ACCT:
TSS ADDTO(RABBIT) COMMAND(TSO,(OPER,ACCT))
Note that the use of LCF (whether inclusive or exclusive) will not negate the controls, provided via TSO UADS, or the TSOAUTH resource of the OPER and ACCT commands. CA Top Secret will provide additional protection for these commands.
COMMAND(fac,(cmd(G)...)
This example indicates that user EJ001 can only use TSO commands prefixed by SPF:
TSS ADDTO(EJ001) COMMAND(TSO,(SPF(G)))
This example removes a command confinement from an ACID:
TSS REMOVE(RABBIT) COMMAND(TSO,(OPER,ACCT))
This example confines all users to commands within a specific facility:
TSS ADDTO(ALL) COMMAND(fac,(cmds...))
This example confines users to programs within the BATCH facility:
TSS ADDTO(acid) COMMAND(BATCH,(programs...))
This example confines users to specific SPF panels within TSO:
TSS ADDTO(acid) COMMAND(TSO,(SPFn,...))
n is equal to an SPF menu number. The VTOC menu (SPF 3.7) is entered as CMD(TSO,(SPF37)).
|
Copyright © 2009 CA.
All rights reserved.
|
|