dietshasta 2024-03-15 16:36:36 +00:00
parent 35619a707c
commit 5a5f6ffd77
1 changed files with 0 additions and 2 deletions

View File

@ -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.