SV-230516r627750_rule
V-230516
SRG-OS-000368-GPOS-00154
RHEL-08-040128
CAT II
10
Configure the system so that /var/log is mounted with the "noexec" option by adding /modifying the /etc/fstab with the following line:
/dev/mapper/rhel-var-log /var/log xfs defaults,nodev,nosuid,noexec 0 0
Verify "/var/log" is mounted with the "noexec" option:
$ sudo mount | grep /var/log
/dev/mapper/rhel-var-log on /var/log type xfs (rw,nodev,nosuid,noexec,seclabel)
Verify that the "noexec" option is configured for /var/log:
$ sudo cat /etc/fstab | grep /var/log
/dev/mapper/rhel-var-log /var/log xfs defaults,nodev,nosuid,noexec 0 0
If results are returned and the "noexec" option is missing, or if /var/log is mounted without the "noexec" option, this is a finding.
V-230516
False
RHEL-08-040128
Verify "/var/log" is mounted with the "noexec" option:
$ sudo mount | grep /var/log
/dev/mapper/rhel-var-log on /var/log type xfs (rw,nodev,nosuid,noexec,seclabel)
Verify that the "noexec" option is configured for /var/log:
$ sudo cat /etc/fstab | grep /var/log
/dev/mapper/rhel-var-log /var/log xfs defaults,nodev,nosuid,noexec 0 0
If results are returned and the "noexec" option is missing, or if /var/log is mounted without the "noexec" option, this is a finding.
M
2921