Create 40_kernel_hardening.cfg

This commit is contained in:
madaidan 2019-05-05 14:42:03 +00:00 committed by GitHub
parent d2ca85c686
commit 3695d7491e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
# Disables the merging of slabs of similar sizes. Sometimes a slab can be used in a vulnerable way which an attacker can exploit.
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX slab_nomerge"