Unverified Commit 556a896e by Pierre-Elliott Bécue Committed by Christian Brauner

[aa-profile] Deny access to /proc/acpi/**

parent 39b5ca92
......@@ -73,6 +73,7 @@
# block some other dangerous paths
deny @{PROC}/kcore rwklx,
deny @{PROC}/sysrq-trigger rwklx,
deny @{PROC}/acpi/** rwklx,
# deny writes in /sys except for /sys/fs/cgroup, also allow
# fusectl, securityfs and debugfs to be mounted there (read-only)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment