From SUSE Linux Enterprise Server v11 for System z
Part of GEN004360
Associated with: CCI-000225
If the alias file is not owned by root, an unauthorized user may modify the file adding aliases to run malicious code or redirect e-mail.
Check the ownership of the alias files.
Procedure:
for sendmail:
# ls -lL /etc/aliases
# ls -lL /etc/aliases.db
If all the files are not 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.
# ls -lL
Change the owner of the /etc/aliases file to root.
Procedure:
for sendmail:
# chown root /etc/aliases
# chown root /etc/aliases.db
for postfix
# chown 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