SV-226544r603265_rule
V-226544
SRG-OS-000480
GEN001700
CAT II
10
Change the ownership of the file executed from system startup scripts to root, bin, or sys.
# chown root <executed file>
Determine the programs executed by system start-up files. Determine the ownership of the executed programs.
# cat /etc/rc* /etc/init.d/* | more
Check the ownership of every program executed by the system start-up files.
# ls -l <executed program>
If any executed program is not owned by root, sys, bin, or in rare cases, an application account, this is a finding.
V-226544
False
GEN001700
Determine the programs executed by system start-up files. Determine the ownership of the executed programs.
# cat /etc/rc* /etc/init.d/* | more
Check the ownership of every program executed by the system start-up files.
# ls -l <executed program>
If any executed program is not owned by root, sys, bin, or in rare cases, an application account, this is a finding.
M
4060