From SUSE Linux Enterprise Server v11 for System z
Part of GEN004370
Associated with: CCI-000225
If the alias file is not group-owned by root or a system group, an unauthorized user may modify the file adding aliases to run malicious code or redirect e-mail.
If the “sendmail” or “postfix” packages are not installed, this is not applicable.
Check the group ownership of the alias files.
Procedure:
for sendmail:
# ls -lL /etc/aliases
If the file is not group-owned by root, this is a finding.
# ls -lL /etc/aliases.db
If the file is not group-owned by root, this is a finding.
for postfix:
Verify the location of the alias file.
# postconf alias_maps
This will return the location of the "aliases" file, by default "/etc/aliases".
# ls -lL
Change the group-owner of the /etc/aliases file.
Procedure:
for sendmail:
# chgrp root /etc/aliases
# chgrp root /etc/aliases.db
for postfix
# chgrp root
Lavender hyperlinks in small type off to the right (of CSS
class id
, if you view the page source) point to
globally unique URIs for each document and item. Copy the
link location and paste anywhere you need to talk
unambiguously about these things.
You can obtain data about documents and items in other
formats. Simply provide an HTTP header Accept:
text/turtle
or
Accept: application/rdf+xml
.
Powered by sagemincer