Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
RHEL-06-000278 | RHEL-06-000278 | RHEL-06-000278_rule | Medium |
Description |
---|
Permissions on audit binaries and configuration files that are too generous could allow an unauthorized user to gain privileges that they should not have. The permissions set by the vendor should be maintained. Any deviations from this baseline should be investigated. |
STIG | Date |
---|---|
Red Hat Enterprise Linux 6 Security Technical Implementation Guide | 2013-02-05 |
Check Text ( C-RHEL-06-000278_chk ) |
---|
The following command will list which audit files on the system have permissions different from what is expected by the RPM database: # rpm -V audit | grep '^.M' If there is output, this is a finding. |
Fix Text (F-RHEL-06-000278_fix) |
---|
The RPM package management system can check file access permissions of the audit package files and directories. The following command will list which files on the system have permissions different from what is expected by the RPM database: # rpm -V audit | grep '^.M' |