SV-208870r603263_rule
V-208870
SRG-OS-000206
OL6-00-000133
CAT II
10
The owner of all log files written by "rsyslog" should be root. These log files are determined by the second part of each Rule line in "/etc/rsyslog.conf" typically all appear in "/var/log". For each log file [LOGFILE] referenced in "/etc/rsyslog.conf", run the following command to inspect the file's owner:
$ ls -l [LOGFILE]
If the owner is not "root", run the following command to correct this:
# chown root [LOGFILE]
The owner of all log files written by "rsyslog" should be root. These log files are determined by the second part of each Rule line in "/etc/rsyslog.conf" and typically all appear in "/var/log". To see the owner of a given log file, run the following command:
$ ls -l [LOGFILE]
Some log files referenced in /etc/rsyslog.conf may be created by other programs and may require exclusion from consideration.
If the owner is not root, this is a finding.
V-208870
False
OL6-00-000133
The owner of all log files written by "rsyslog" should be root. These log files are determined by the second part of each Rule line in "/etc/rsyslog.conf" and typically all appear in "/var/log". To see the owner of a given log file, run the following command:
$ ls -l [LOGFILE]
Some log files referenced in /etc/rsyslog.conf may be created by other programs and may require exclusion from consideration.
If the owner is not root, this is a finding.
M
2928