1. Home
  2. Security Hardening
  3. DISA STIG For Oracle Linux 5 V2R1
  4. GEN000000-LNX00400 – The /etc/security/access.conf file must be owned by root.

GEN000000-LNX00400 – The /etc/security/access.conf file must be owned by root.

Details

The /etc/security/access.conf file contains entries restricting access from the system console by authorized System Administrators. If the file is owned by a user other than root, it could compromise the system.

Solution

Follow the correct configuration parameters for access configuration file. Use the chown command to configure it properly.
(for example:
# chown root /etc/security/access.conf
).

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control, Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles