STIGQter STIGQter: STIG Summary: Solaris 10 SPARC Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

System start-up files must only execute programs owned by a privileged UID or an application.

DISA Rule

SV-226544r603265_rule

Vulnerability Number

V-226544

Group Title

SRG-OS-000480

Rule Version

GEN001700

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the ownership of the file executed from system startup scripts to root, bin, or sys.
# chown root <executed file>

Check Contents

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.

Vulnerability Number

V-226544

Documentable

False

Rule Version

GEN001700

Severity Override Guidance

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.

Check Content Reference

M

Target Key

4060

Comments