Disable fs.binfmt_misc.status (#282)

This commit is contained in:
Tommy
2024-06-08 18:02:50 -07:00
committed by GitHub
parent 8589c5742e
commit cfe7314af1

View File

@@ -22,6 +22,7 @@ kernel.sysrq = 0
kernel.perf_event_paranoid = 3
kernel.kptr_restrict = 2
kernel.dmesg_restrict = 1
fs.binfmt_misc.status = 0
fs.suid_dumpable = 0
fs.protected_regular = 2
fs.protected_fifos = 2