aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/disable-proc.inc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-12-21 23:39:42 +0000
committerLibravatar GitHub <noreply@github.com>2022-12-21 23:39:42 +0000
commitec44e1d8ca29dd023f20a64eb65a56e7d869af76 (patch)
tree93799f4fd787ec55dbb9032c946515ef8af09379 /etc/inc/disable-proc.inc
parentNew profile: ssmtp (#5544) (diff)
downloadfirejail-ec44e1d8ca29dd023f20a64eb65a56e7d869af76.tar.gz
firejail-ec44e1d8ca29dd023f20a64eb65a56e7d869af76.tar.zst
firejail-ec44e1d8ca29dd023f20a64eb65a56e7d869af76.zip
clarify that duplicated blacklisting of /proc/config.gz is intentional (#5548)
* add comment on intentional duplication of blacklisted kernel configuration * disable-proc.inc: update the duplication comment * disable-common.inc: add duplication notice for kernel configuration
Diffstat (limited to 'etc/inc/disable-proc.inc')
-rw-r--r--etc/inc/disable-proc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/disable-proc.inc b/etc/inc/disable-proc.inc
index 81a8883f3..7cb1ec2ab 100644
--- a/etc/inc/disable-proc.inc
+++ b/etc/inc/disable-proc.inc
@@ -8,7 +8,7 @@ blacklist /proc/bootconfig
8blacklist /proc/buddyinfo 8blacklist /proc/buddyinfo
9blacklist /proc/cgroups 9blacklist /proc/cgroups
10blacklist /proc/cmdline 10blacklist /proc/cmdline
11blacklist /proc/config.gz 11blacklist /proc/config.gz # keep this here even though it's also in disable-common.inc
12blacklist /proc/consoles 12blacklist /proc/consoles
13#blacklist /proc/cpuinfo 13#blacklist /proc/cpuinfo
14blacklist /proc/crypto 14blacklist /proc/crypto