Information
The operating system must be configured so that the file permissions, ownership, and group membership of system files and commands match the vendor values
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 <filename>
Reset the user and group ownership of files within a package with the following command:
# rpm --setugids <packagename>
Reset the permissions of files within a package with the following command:
# rpm --setperms <packagename>