mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-06 12:24:19 -04:00
Add documentation on sysctl kernel.panic_on_oops=1
This commit is contained in:
parent
1b6161c2dc
commit
3926b91dcf
2 changed files with 14 additions and 0 deletions
|
@ -41,6 +41,9 @@ space, user space, core dumps, and swap space.
|
|||
|
||||
- Restrict kernel profiling and the performance events system to `CAP_PERFMON`.
|
||||
|
||||
- Force the kernel to panic on "oopses" that can potentially indicate and thwart
|
||||
certain kernel exploitation attempts.
|
||||
|
||||
- Randomize the addresses (ASLR) for mmap base, stack, VDSO pages, and heap.
|
||||
|
||||
- Disable asynchronous I/O as `io_uring` has been the source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue