1. Home
  2. Security Hardening
  3. DISA STIG Oracle Linux 6 V1R18
  4. OL6-00-000045 – Library files must have mode 0755 or less permissive – ‘/usr/lib64’

OL6-00-000045 – Library files must have mode 0755 or less permissive – ‘/usr/lib64’

Details

Files from shared library directories are loaded into the address space of processes (including privileged ones) or of the kernel itself at runtime. Restrictive permissions are necessary to protect the integrity of the system.

Solution

System-wide shared library files, which are linked to executables during process load time or run time, are stored in the following directories by default:

/lib
/lib64
/usr/lib
/usr/lib64

If any file in these directories is found to be group-writable or world-writable, correct its permission with the following command:

# chmod go-w [FILE]

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: 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