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

All shell files must be owned by root or bin.

DISA Rule

SV-227694r603266_rule

Vulnerability Number

V-227694

Group Title

SRG-OS-000480

Rule Version

GEN002200

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Change the ownership of the shell with incorrect ownership.
# chown root <shell>

Check Contents

Check the ownership of the system shells.
# cat /etc/shells | xargs -n1 ls -lL
If any shell is not owned by root or bin, this is a finding.

Vulnerability Number

V-227694

Documentable

False

Rule Version

GEN002200

Severity Override Guidance

Check the ownership of the system shells.
# cat /etc/shells | xargs -n1 ls -lL
If any shell is not owned by root or bin, this is a finding.

Check Content Reference

M

Target Key

4061

Comments