From 5a5f6ffd771f76cff400345712be13c45ba00f46 Mon Sep 17 00:00:00 2001 From: dietshasta Date: Fri, 15 Mar 2024 16:36:36 +0000 Subject: [PATCH] fix --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.