aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-16 09:25:01 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-16 09:29:47 -0300
commit91cbbe14895f0b386d50e859eada1432d5009eae (patch)
tree97f5710650436a8d41b7de6dcd84f8bb1b385dcc /etc/firejail.config
parentReword CFG_ETC_HIDE_BLACKLISTED explanation (diff)
downloadfirejail-91cbbe14895f0b386d50e859eada1432d5009eae.tar.gz
firejail-91cbbe14895f0b386d50e859eada1432d5009eae.tar.zst
firejail-91cbbe14895f0b386d50e859eada1432d5009eae.zip
firejail.config: explain potential issues with etc-hide-blacklisted
Let users know that enabling this may break /etc/resolv.conf. Added on commit ded50200e ("opt-in: skip blacklisted files in private-etc - #5010, #5230", 2023-01-15) / PR #5591.
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 7dd2e80e7..13db32f1e 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -78,7 +78,8 @@
78# Enable or disable overlayfs features, default enabled. 78# Enable or disable overlayfs features, default enabled.
79# overlayfs yes 79# overlayfs yes
80 80
81# Hide blacklisted files in /etc directory, default disabled. 81# Hide blacklisted files in /etc directory (enabling this may break
82# /etc/resolv.conf; see #5010), default disabled.
82# etc-hide-blacklisted no 83# etc-hide-blacklisted no
83 84
84# Set the limit for file copy in several --private-* options. The size is set 85# Set the limit for file copy in several --private-* options. The size is set