SV-216307r603267_rule
V-216307
SRG-OS-000480
SOL-11.1-020380
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-216307
False
SOL-11.1-020380
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
4022