mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04: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
|
||||
net.core.bpf_jit_harden=2
|
||||
|
||||
## Disable asynchronous I/O for all processes.
|
||||
kernel.io_uring_disabled=2
|
||||
|
||||
#### meta start
|
||||
#### project Kicksecure
|
||||
#### category networking and security
|
||||
|
Loading…
Reference in New Issue
Block a user