README.md: Split optional setting to new line

This commit is contained in:
raja-grewal 2024-10-14 02:57:31 +00:00 committed by GitHub
parent 09fe46adc9
commit a9f238fe04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,8 @@ Kernel space:
- Force the kernel to panic on both "oopses", which can potentially indicate and thwart
certain kernel exploitation attempts, and also kernel warnings in the `WARN()` path.
Optional - Force immediate reboot on the occurrence of a single kernel panic and also
- Optional - Force immediate reboot on the occurrence of a single kernel panic and also
(when using Linux kernel >= 6.2) limit the number of allowed panics to one.
- Disable the use of legacy TIOCSTI operations which can be used to inject keypresses.