SV-281314r1184771_rule
V-281314
SRG-OS-000095-GPOS-00049
RHEL-10-701120
CAT II
10
Configure RHEL 10 to disable the ability to load the tipc kernel module.
Create a drop-in if it does not already exist:
$ sudo vi /etc/modprobe.d/tipc.conf
Add the following lines to the file:
install tipc /bin/false
blacklist tipc
Verify RHEL 10 disables the ability to load the tipc kernel module with the following command:
$ sudo grep -rs tipc /etc/modprobe.conf /etc/modprobe.d/* | grep -v '#'
/etc/modprobe.d/tipc-blacklist.conf:install tipc /bin/false
/etc/modprobe.d/tipc-blacklist.conf:blacklist tipc
If the command does not return any output, or the lines are commented out, and use of tipc is not documented with the information system security officer as an operational requirement, this is a finding.
V-281314
False
RHEL-10-701120
Verify RHEL 10 disables the ability to load the tipc kernel module with the following command:
$ sudo grep -rs tipc /etc/modprobe.conf /etc/modprobe.d/* | grep -v '#'
/etc/modprobe.d/tipc-blacklist.conf:install tipc /bin/false
/etc/modprobe.d/tipc-blacklist.conf:blacklist tipc
If the command does not return any output, or the lines are commented out, and use of tipc is not documented with the information system security officer as an operational requirement, this is a finding.
M
5733