Details
Discretionary access control is weakened if a user or group has access permissions to system files and directories greater than the default.
Satisfies: SRG-OS-000257-GPOS-00098, SRG-OS-000278-GPOS-00108
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
Run the following command to determine which package owns the file:
# rpm -qf
Reset the user and group ownership of files within a package with the following command:
# rpm –setugids Reset the permissions of files within a package with the following command: # rpm –setperms The following resource is also helpful. This security hardening control applies to the following category of controls within NIST 800-53: Access Control, Audit and Accountability.This control applies to the following type of system Unix.Supportive Information
References
Source