Clarify validity of disabling io_uring

This commit is contained in:
Raja Grewal 2024-01-03 17:52:23 +11:00 committed by GitHub
parent db0503e71d
commit 74afcc9c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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