The following variables are used in the examples:
Is your DB2 subsystem name.
Is the CA ACF2 specific user key.
Is your normal user ID.
Example: CA ACF2 for z/OS
ACF SET RESOURCE(SAF) COMPILE $KEY(ssnm.BATCH) TYPE(SAF) UID(uidname) ALLOW
STORE COMPILE $KEY(ssnm.RRSAF) TYPE(SAF) UID(uidname) ALLOW
STORE END
Note: The blank lines are used to terminate the compile of the rule.
To action the new rules, use the following operator command:
F ACF2,REBUILD(SAF)
Example: CA Top Secret for z/OS
TSS ADD(ALL) DB2(DSNR.ssnm.BATCH) TSS ADD(ALL) DB2(DSNR.ssnm.RRSAF)
TSS PER(userid) DB2(DSNR.ssnm.BATCH)
TSS PER(userid) DB2(DSNR.ssnm.RRSAF)
Example: RACF
RDEFINE DSNR(ssnm.BATCH) UACC(NONE) RDEFINE DSNR(ssnm.RRSAF) UACC(NONE) PERMIT ssnm.BATCH CLASS(DSNR) ID(userid) ACCESS(READ) PERMIT ssnm.RRSAF CLASS(DSNR) ID(userid) ACCESS(READ)
| Copyright © 2012 CA. All rights reserved. |
|