mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-28 07:30:53 -05:00
Correct bitmask
This commit is contained in:
parent
68025d3624
commit
30068ec8cd
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX debugfs=off"
|
|||
## Panic on the above and bad page faults or some unexpected page flags: 36 = 0x24.
|
||||
## Panic on the above and severe firmware bugs: 2084 = 0x824.
|
||||
## Panic on the above and kernel live patching: 34852 = 0x8824.
|
||||
## Panic on the above and the loading of proprietary, out-of-tree, or unsigned modules: 47141 = 0xB7C5.
|
||||
## Panic on the above and the loading of proprietary, out-of-tree, or unsigned modules: 47141 = 0xB825.
|
||||
## All must first be tested to ensure there are no pre-existing issues on user hardware.
|
||||
## After confirming stability this enforces strict user-defined kernel operation and security at runtime.
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue