Add details on kernel panics

This commit is contained in:
Raja Grewal 2024-08-25 12:47:04 +10:00
parent 56b28e3826
commit e4909b5e28
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
4 changed files with 20 additions and 8 deletions

View file

@ -44,7 +44,7 @@ space, user space, core dumps, and swap space.
- Force the kernel to panic on "oopses" that can potentially indicate and thwart
certain kernel exploitation attempts. Optional - Force immediate reboot on the
occurrence of a kernel panic.
occurrence of a kernel panic and also set panic limit to one (when using Linux kernel >= 6.2).
- Disable the use of legacy TIOCSTI operations which can be used to inject keypresses.