Update 60-custom.just.readme.md to identify command inclusion (#320)

identify which kargs are applied by which ujust commands
This commit is contained in:
spaceoden
2024-07-19 10:32:45 -08:00
committed by GitHub
parent 34759e24d2
commit e536efadc7

View File

@@ -1,3 +1,4 @@
## Included in set-kargs-hardening
**Zero newly allocated pages and heaps, mitigating use-after-free vulnerabilities**
@@ -23,10 +24,6 @@
`vsyscall=none`
**Disable debugfs to prevent exposure of sensitive kernel information**
`debugfs=off`
**Enable kernel lockdown in the strictest mode**
`lockdown=confidentiality`
@@ -65,6 +62,12 @@
`mitigations=auto,nosmt`
## Included in set-kargs-hardening-unstable
**Fill IOMMU protection gap by setting the busmaster bit during early boot**
`efi=disable_early_pci_dma`
**Disable debugfs to prevent exposure of sensitive kernel information**
`debugfs=off`