SV-260599r958434_rule
V-260599
SRG-OS-000057-GPOS-00027
UBTU-22-653055
CAT II
10
Configure the group owner of newly created audit logs to be "root".
Add or modify the following lines in the "/etc/audit/auditd.conf " file:
log_group = root
Reload the configuration file of the audit service to update the group ownership of existing files:
$ sudo systemctl kill auditd -s SIGHUP
Verify the group owner of newly created audit logs is "root" by using the following command:
$ sudo grep -iw log_group /etc/audit/auditd.conf
log_group = root
If "log_group" is not set to "root", this is a finding.
V-260599
False
UBTU-22-653055
Verify the group owner of newly created audit logs is "root" by using the following command:
$ sudo grep -iw log_group /etc/audit/auditd.conf
log_group = root
If "log_group" is not set to "root", this is a finding.
M
5594