Use the commands in this topic to disable the use of access groups for YARA rules access.
To disable access groups for YARA rules:
Log in to the Central Management System appliance.
Go to CLI configuration mode:
hostname > enable hostname # configure terminal
Disable the access group for YARA rules feature:
hostname (config) # no aaa authorization access-groups yara_rules alerts enableVerify your change:
hostname (config) # show aaa authorization access-groupsSave your change:
hostname (config) # write memory
Example
The following example disables access groups for alerts on the Network Security appliance. The nx-alerts access group is not removed, but has no effect unless access groups for alerts are re-enabled.
hostname (config) # no aaa authorization access-groups area yara_rules enablehostname (config) # show aaa authorization access-groups AAA Access-groups enabled for : none No Access groups configured.