This command has the following format:
$KEY(BESn.command_name.qualified_name) TYPE(OPR) $OWNER(ownerid) UID(logon-ID) access
Key name for this rule set - the fully qualified command protection key name.
Indicates the local BES subsystem number (1-8) this rule will govern.
Specifies the name of the command you want to manage, and the qualifying name of the command, if any. Options for this parameter are as follows:
Specifies the COMPROMISE= command.
Specifies all forms of the DISPLAY command.
Specifies the DUMP command.
Specifies all forms of the MIGRATE= command.
Specifies the RELOAD=PASSPHRASE command.
Specifies the REFRESH=CAEKM_API_OPTIONS command.
Specifies the REFRESH=CODEBOOKS command.
Specifies the REFRESH=KEYRINGS command.
Specifies the REFRESH=NKMPARMS command.
Specifies the REFRESH=OPTIONS command.
Specifies the REFRESH=SYMKEYS command.
Specifies all forms of the RELOAD= command, except for the RELOAD=PASSPHRASE command.
Specifies the SET CONSOLE command.
Specifies the SHUTDOWN command.
Specifies the START NKM command.
STOP.NKM
Indicates that the CA ACF2 rule set being compiled is an operator command rule.
Specifies the owner of the rule. You can specify up to 24 characters in the $OWNER control statement. CA ACF2 provides the $OWNER statement in case you want to track ownership of a rule.
Specifies the specific CA ACF2 logon ID that you want to define to the rule set. Two permissible values for the access parameter is ALLOW to grant access to the command resource or PREVENT to withhold access.
Example: CA ACF2 fully-qualified command protection profile
This example defines the fully-qualified resource name REFRESH.CODEBOOKS key set for CA ACF2. The associated rule set grants access to USERA and USERB on BES2.
$KEY(BES2.REFRESH.CODEBOOKS) TYPE(OPR) $OWNER(BES) UID(USERA) ALLOW UID(USERB) ALLOW
Example: CA ACF2 generic command protection profile definition
This example defines a generic rule set for all forms of the REFRESH command and grants all users of BES1 access to use the command.
$KEY(BES1.REFRESH****************************) TYPE(OPR) $OWNER(BES) UID(*) ALLOW
Example: CA ACF2 generic rule set definition for all commands
This example defines a generic key set for all commands on BES8. The rule set grants all users access to all commands.
$KEY(BES8.***********************************) TYPE(OPR) $OWNER(BES) UID(*) ALLOW
Example: CA ACF2 fully-qualified discrete rule set definition for specific users
This example defines a fully-qualified (discrete) key set definition to control access to the DISPLAY commands on BES1. The rule set entries allow the following IDs access to the command: SYSADMIN, SYSPROG, and OPER. The additional rule statement prevents DALSYS from using the command.
$KEY(BES1.DISPLAY) TYPE(OPR) $OWNER(BES) UID(SYS-) ALLOW UID(OPER) ALLOW UID(DALSYS) PREVENT
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |