Skip to content

JBoss must be configured to generate log records when successful/unsuccessful attempts to delete privileges occur.

An XCCDF Rule

Description

Deleting privileges of a subject/object may cause a subject/object to gain or lose capabilities. When successful and unsuccessful privilege deletions are made, the events need to be logged. By logging the event, the modification or attempted modification can be investigated to determine if it was performed inadvertently or maliciously.

ID
SV-213552r961812_rule
Version
JBOS-AS-000695
Severity
Medium
References
Updated

Remediation Templates

A Manual Procedure

Launch the jboss-cli management interface.
Connect to the server by typing "connect", authenticate as a user in the Superuser role, and run the following command:

For a Managed Domain configuration:
"host=master/server/<SERVERNAME>/core-service=management/access=audit/logger=audit-log:write-attribute(name=enabled,value=true)"