diff --git a/README.md b/README.md index b028a91..6b9b4cb 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,11 @@ grep landlock /sys/kernel/security/lsm If Landlock is not enabled check the kernel. ``` grep CONFIG_SECURITY_LANDLOCK /boot/config-`uname -r` - ``` Or alternatively. ``` sudo modprobe configs zgrep CONFIG_SECURITY_LANDLOCK /proc/config.gz - ``` If Landlock is built in but not enabled you can add "lsm=landlock" to the kernel boot parameters.