mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
disable unprivileged userns for regular kernels
This commit is contained in:
parent
87db85274a
commit
5eead0ad5a
@ -20,6 +20,8 @@ vm.mmap_rnd_compat_bits = 16
|
|||||||
|
|
||||||
kernel.kptr_restrict = 2
|
kernel.kptr_restrict = 2
|
||||||
|
|
||||||
|
kernel.unprivileged_userns_clone = 0
|
||||||
|
|
||||||
kernel.unprivileged_bpf_disabled = 1
|
kernel.unprivileged_bpf_disabled = 1
|
||||||
net.core.bpf_jit_harden = 2
|
net.core.bpf_jit_harden = 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user