From Oracle Linux 5 Security Technical Implementation Guide
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.
If the "sendmail" and "postfix" packages are not installed, this is not applicable.
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, by default "/etc/postfix/aliases"
# 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 /etc/postfix/aliases # chown root /etc/postfix/aliases.db
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