A SERVICE OF

logo

76 Chapter 2
Command Definitions A-B
ALTSEC
Note that L and A (lock and append) need not be specified because they are implied with W
(write).
To add an ACD that prevents any user except OPERATOR.SYS (and any user with SM
capability) from accessing LDEV 7 (a tape drive), enter:
ALTSEC 7,LDEV;NEWACD=(R,W:OPERATOR.SYS)
Note in the last example that X is not used because it makes no sense to execute a tape
drive. It also makes no sense to lock or append a tape drive but W tacitly provides L and A
anyway.
To eliminate any ACD that may be in effect for device class LP, and to prevent any user
except MGR.FINANCE from writing to a printer in device class LP, enter:
ALTSEC LP,DEVCLASS;DELACD
ALTSEC LP,DEVCLASS;NEWACD=(W:MGR.FINANCE)
Related Information
Commands LISTF, LISTFILE, RELEASE, SECURE, SHOWDEV, and the fileaccess
parameter for the ALTACCT, ALTGROUP, NEWACCT and NEWGROUP
commands.
Manuals None