Previous Topic: External Security Definitions for Modeled Users

Next Topic: Define Resources in CA Top Secret


Define Resources in CA ACF2

To define and activate the resources in CA ACF2, issue the following commands in TSO:

[ACF]
SET RESOURCE(FAC)
COMPILE *
$KEY(NETMASTR) TYPE(FAC)
ADMIN UID(USER1) SERVICE(READ) ALLOW
OPER  UID(USER2) SERVICE(READ) ALLOW
NOPER UID(USER3) SERVICE(READ) ALLOW
MON   UID(*)     SERVICE(READ) ALLOW
STORE
[END]

Note: Instead of using TSO, you can use the ACFBATCH utility in JCL. If you use the utility, omit the [ACF] and [END] lines.