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

The alias file must not have an extended ACL.

DISA Rule

SV-226932r603265_rule

Vulnerability Number

V-226932

Group Title

SRG-OS-000480

Rule Version

GEN004390

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the extended ACL from the files.
# chmod A- /etc/mail/aliases /etc/mail/aliases.db

Check Contents

Find the alias files on the system.

Procedure:
# egrep '^O(A| AliasFile)' /etc/mail/sendmail.cf

If the "alias file" is an NIS or LDAP map, this check is not applicable. The default location is /etc/mail/aliases.

Check the permissions of the alias file and the hashed version of it used by sendmail.

Procedure:
# ls -lL /etc/mail/aliases /etc/mail/aliases.db

If the permissions include a "+", the file has an extended ACL and this is a finding.

Vulnerability Number

V-226932

Documentable

False

Rule Version

GEN004390

Severity Override Guidance

Find the alias files on the system.

Procedure:
# egrep '^O(A| AliasFile)' /etc/mail/sendmail.cf

If the "alias file" is an NIS or LDAP map, this check is not applicable. The default location is /etc/mail/aliases.

Check the permissions of the alias file and the hashed version of it used by sendmail.

Procedure:
# ls -lL /etc/mail/aliases /etc/mail/aliases.db

If the permissions include a "+", the file has an extended ACL and this is a finding.

Check Content Reference

M

Target Key

4060

Comments