mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-02 13:35:12 -04:00
disable io_uring without CAP_SYS_ADMIN or io_uring group
This commit is contained in:
parent
6e6957876e
commit
01201c0ece
2 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,9 @@ kernel.unprivileged_userns_clone = 0
|
|||
kernel.unprivileged_bpf_disabled = 1
|
||||
net.core.bpf_jit_harden = 2
|
||||
|
||||
kernel.io_uring_disabled = 1
|
||||
kernel.io_uring_group = 2000
|
||||
|
||||
kernel.kexec_load_disabled = 1
|
||||
|
||||
fs.protected_regular = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue