mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-24 21:57:55 +07:00
Merge pull request #182 from raja-grewal/io_uring
Clarify validity of disabling io_uring
This commit is contained in:
commit
71060f1f53
@ -68,6 +68,9 @@ kernel.unprivileged_bpf_disabled=1
|
||||
net.core.bpf_jit_harden=2
|
||||
|
||||
## Disable asynchronous I/O for all processes.
|
||||
## Valid only for linux kernel version >= 6.6.
|
||||
## Command is retained here for future-proofing and completeness.
|
||||
## https://forums.whonix.org/t/io-uring-security-vulnerabilties/16890/6
|
||||
kernel.io_uring_disabled=2
|
||||
|
||||
#### meta start
|
||||
|
Loading…
Reference in New Issue
Block a user