mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-04 23:22:22 +01:00
Document hardening core dumps
Signed-off-by: Shawn Webb <shawn.webb@hardenedbsd.org>
parent
bb40a156fa
commit
9d96dbb928
1
Home.md
1
Home.md
@ -126,6 +126,7 @@ when `PAX_HARDENING` is enabled in the kernel:
|
|||||||
|
|
||||||
| Node | Description | Type | Original Value | Hardened Value |
|
| Node | Description | Type | Original Value | Hardened Value |
|
||||||
|:-------------------------------------:|:------------------------------------------------------------------------------:|:-------:|:--------------:|:---------------------------------------:|
|
|:-------------------------------------:|:------------------------------------------------------------------------------:|:-------:|:--------------:|:---------------------------------------:|
|
||||||
|
| kern.coredump | Enable/Disable coredumps | Integer | 1 | 0 |
|
||||||
| kern.msgbuf_show_timestamp | Show timestamp in msgbuf | Integer | 0 | 1 |
|
| kern.msgbuf_show_timestamp | Show timestamp in msgbuf | Integer | 0 | 1 |
|
||||||
| kern.randompid | Random PID Modulus | Integer | 0, read+write | Randomly set at boot and made read-only |
|
| kern.randompid | Random PID Modulus | Integer | 0, read+write | Randomly set at boot and made read-only |
|
||||||
| machdep.efi_map | Dump EFI physical-to-virtual mappings, infoleak as feature | String | Available to all | Available only to unjailed privileged process |
|
| machdep.efi_map | Dump EFI physical-to-virtual mappings, infoleak as feature | String | Available to all | Available only to unjailed privileged process |
|
||||||
|
Loading…
Reference in New Issue
Block a user