STIGQter STIGQter: STIG Summary: Solaris 11 SPARC Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

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

DISA Rule

SV-216307r603267_rule

Vulnerability Number

V-216307

Group Title

SRG-OS-000480

Rule Version

SOL-11.1-020380

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-216307

Documentable

False

Rule Version

SOL-11.1-020380

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

4022

Comments