mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-22 21:39:48 -05:00
undo io_uring related changes
as these should be done in a separate pull request (if apprpriate) https://github.com/Kicksecure/security-misc/pull/244#issuecomment-2238889062
This commit is contained in:
parent
8791aecb38
commit
9f53a0182b
@ -43,7 +43,7 @@ space, user space, core dumps, and swap space.
|
||||
|
||||
- Randomize the addresses (ASLR) for mmap base, stack, VDSO pages, and heap.
|
||||
|
||||
- Provide the option to disable asynchronous I/O as `io_uring` has been the source
|
||||
- Disable asynchronous I/O as `io_uring` has been the source
|
||||
of numerous kernel exploits (when using Linux kernel version >= 6.6).
|
||||
|
||||
- Restrict usage of `ptrace()` to only processes with `CAP_SYS_PTRACE` as it
|
||||
|
@ -128,7 +128,7 @@ kernel.randomize_va_space=2
|
||||
##
|
||||
## Applicable when using Linux kernel >= 6.6 (retained here for future-proofing and completeness).
|
||||
##
|
||||
#kernel.io_uring_disabled=2
|
||||
kernel.io_uring_disabled=2
|
||||
|
||||
## 2. User Space:
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user