SV-208825r603263_rule
V-208825
SRG-OS-000259
OL6-00-000048
CAT II
10
System executables are stored in the following directories by default:
/bin
/usr/bin
/usr/local/bin
/sbin
/usr/sbin
/usr/local/sbin
If any file [FILE] in these directories is found to be owned by a user other than root, correct its ownership with the following command:
# chown root [FILE]
System executables are stored in the following directories by default:
/bin
/usr/bin
/usr/local/bin
/sbin
/usr/sbin
/usr/local/sbin
To find system executables that are not owned by "root", run the following command for each directory [DIR] which contains system executables:
$ find -L [DIR] \! -user root
If any system executables are found to not be owned by root, this is a finding.
V-208825
False
OL6-00-000048
System executables are stored in the following directories by default:
/bin
/usr/bin
/usr/local/bin
/sbin
/usr/sbin
/usr/local/sbin
To find system executables that are not owned by "root", run the following command for each directory [DIR] which contains system executables:
$ find -L [DIR] \! -user root
If any system executables are found to not be owned by root, this is a finding.
M
2928