Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions etc/modprobe.d/blacklist-unused-filesystems.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Blacklist unused filesystem kernel modules
# These filesystem types have no legitimate use on a container host OS.
# CIS Benchmark RHEL 9 v2.0.0, Section 1.1.1 (Level 1 Server)
#
# Excluded from this list:
# squashfs - used by CoreOS live PXE rootfs
# udf - used by Azure/Hyper-V for provisioning (Ignition)
# usb-storage - needed for BMC virtual media and bare-metal provisioning
install cramfs /bin/true
install freevxfs /bin/true
install hfs /bin/true
install hfsplus /bin/true
install jffs2 /bin/true