docs(readme): add AppArmor and disable IPv6 boot options

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
k4yt3x 2025-10-19 00:00:00 +00:00
parent ea0cfb032a
commit 55becbef22
No known key found for this signature in database

View File

@ -201,4 +201,11 @@ lockdown=confidentiality
# Enforce kernel module signature verification
# Only allow signed kernel modules to be loaded
modules.sig_enforce=1
# Enable AppArmor
apparmor=1
security=apparmor
# Completely disable IPv6
ipv6.disable=1
```