Merge pull request #155606 from SuperSandro2000/Lunarequest/master
This commit is contained in:
commit
c392f1e9cb
1 changed files with 3 additions and 0 deletions
|
@ -462,6 +462,9 @@ let
|
|||
SECURITY_SELINUX_BOOTPARAM_VALUE = whenOlder "5.1" (freeform "0"); # Disable SELinux by default
|
||||
# Prevent processes from ptracing non-children processes
|
||||
SECURITY_YAMA = option yes;
|
||||
# The goal of Landlock is to enable to restrict ambient rights (e.g. global filesystem access) for a set of processes.
|
||||
# This does not have any effect if a program does not support it
|
||||
SECURITY_LANDLOCK = whenAtLeast "5.13" yes;
|
||||
DEVKMEM = whenOlder "5.13" no; # Disable /dev/kmem
|
||||
|
||||
USER_NS = yes; # Support for user namespaces
|
||||
|
|
Loading…
Reference in a new issue