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:
Raja Grewal 2023-12-15 08:33:36 +00:00 committed by GitHub
parent 99f2edd4f6
commit f055fe5da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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