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

The kernel core dump data directory must not have an extended ACL.

DISA Rule

SV-227790r603266_rule

Vulnerability Number

V-227790

Group Title

SRG-OS-000480

Rule Version

GEN003523

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Remove the extended ACL from the file.
# chmod A- [kernel core dump directory]

Check Contents

Determine the kernel core dump data directory.

# dumpadm | grep "Savecore directory"
OR
# grep DUMPADM_SAVDIR /etc/dumpadm.conf

Check the kernel core dump data directory permissions.
# ls -ld [savecore directory]
If the permissions include a "+", the file has an extended ACL and this is a finding.

Vulnerability Number

V-227790

Documentable

False

Rule Version

GEN003523

Severity Override Guidance

Determine the kernel core dump data directory.

# dumpadm | grep "Savecore directory"
OR
# grep DUMPADM_SAVDIR /etc/dumpadm.conf

Check the kernel core dump data directory permissions.
# ls -ld [savecore directory]
If the permissions include a "+", the file has an extended ACL and this is a finding.

Check Content Reference

M

Target Key

4061

Comments