mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-24 18:15:32 +07:00
Disable asynchronous I/O
io_uring creation is disabled for all processes. io_uring_setup always fails with -EPERM. Existing io_uring instances can still be used.
This commit is contained in:
parent
99f2edd4f6
commit
f055fe5da2
@ -67,6 +67,9 @@ kernel.randomize_va_space=2
|
|||||||
kernel.unprivileged_bpf_disabled=1
|
kernel.unprivileged_bpf_disabled=1
|
||||||
net.core.bpf_jit_harden=2
|
net.core.bpf_jit_harden=2
|
||||||
|
|
||||||
|
## Disable asynchronous I/O for all processes.
|
||||||
|
kernel.io_uring_disabled=2
|
||||||
|
|
||||||
#### meta start
|
#### meta start
|
||||||
#### project Kicksecure
|
#### project Kicksecure
|
||||||
#### category networking and security
|
#### category networking and security
|
||||||
|
Loading…
Reference in New Issue
Block a user