fix
parent
35619a707c
commit
5a5f6ffd77
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue