mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-04 16:45:21 -05:00
Merge pull request #178 from raja-grewal/io_uring
Disable asynchronous I/O
This commit is contained in:
commit
8daf97ab01
@ -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…
x
Reference in New Issue
Block a user