mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-04-15 04:02:59 -04:00
README: Fix a few links
This commit is contained in:
parent
df2fc2cf6b
commit
f0d17c7e41
19
README.md
19
README.md
@ -228,7 +228,7 @@ Kernel space:
|
||||
|
||||
- Disable EFI persistent storage feature, preventing the kernel from writing crash logs and
|
||||
other persistent data to the EFI variable store.
|
||||
|
||||
|
||||
Direct memory access:
|
||||
|
||||
- Enable strict IOMMU translation to protect against some DMA attacks via the use
|
||||
@ -403,7 +403,7 @@ Miscellaneous modules:
|
||||
|
||||
`/etc/kernel/postinst.d/30_remove-system-map`
|
||||
|
||||
`/lib/systemd/system/remove-system-map.service`
|
||||
`/usr/lib/systemd/system/remove-system-map.service`
|
||||
|
||||
`/usr/libexec/security-misc/remove-system.map`
|
||||
|
||||
@ -412,21 +412,20 @@ Miscellaneous modules:
|
||||
|
||||
`/etc/security/limits.d/30_security-misc.conf`
|
||||
|
||||
`/etc/sysctl.d/30_security-misc.conf`
|
||||
`/usr/lib/sysctl.d/30_security-misc.conf`
|
||||
|
||||
`/lib/systemd/coredump.conf.d/30_security-misc.conf`
|
||||
`/usr/lib/systemd/coredump.conf.d/30_security-misc.conf`
|
||||
|
||||
- PStore is disabled as crash logs can contain sensitive system data such as
|
||||
kernel version, hostname, and users. See:
|
||||
|
||||
`/usr/lib/systemd/pstore.conf.d/30_security-misc.conf`
|
||||
|
||||
- An initramfs hook sets the sysctl values in `/etc/sysctl.conf` and
|
||||
`/etc/sysctl.d` before init is executed so sysctl hardening is enabled as
|
||||
early as possible. This is implemented for `initramfs-tools` only because
|
||||
this is not needed for `dracut` as `dracut` does that by default, at
|
||||
least on `systemd` enabled systems. Not researched for non-`systemd` systems
|
||||
by the author of this part of the readme.
|
||||
- An initramfs hook sets the sysctl values in `/usr/lib/sysctl.d/` before init
|
||||
is executed so sysctl hardening is enabled as early as possible. This is
|
||||
implemented for `initramfs-tools` only because this is not needed for `dracut`
|
||||
as `dracut` does that by default, at least on `systemd` enabled systems. Not
|
||||
researched for non-`systemd` systems by the author of this part of the readme.
|
||||
|
||||
## Network hardening
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user