mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 12:36:04 -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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue