aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-16 09:07:43 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-16 09:26:51 -0300
commita36a7a5dd8479087d9de0669bd86fd9b25e35ce6 (patch)
treec96dfa2a6db10b2e0d71f6fbeae7403792101cfc /etc/firejail.config
parentMerge pull request #5591 from smitsohu/private-etc-no-blacklisted (diff)
downloadfirejail-a36a7a5dd8479087d9de0669bd86fd9b25e35ce6.tar.gz
firejail-a36a7a5dd8479087d9de0669bd86fd9b25e35ce6.tar.zst
firejail-a36a7a5dd8479087d9de0669bd86fd9b25e35ce6.zip
Rename etc-no-blacklisted to etc-hide-blacklisted
To avoid boolean confusion (`no-foo no` / `no-foo yes`) in firejail.config: etc-no-blacklisted no etc-no-blacklisted yes Commands used to search and replace: git grep -Ilz -i 'etc.no.blacklisted' -- etc src | xargs -0 -I '{}' sh -c "printf '%s\n' \"\$(sed \ -e 's/etc-no-blacklisted/etc-hide-blacklisted/' \ -e 's/ETC_NO_BLACKLISTED/ETC_HIDE_BLACKLISTED/' \ '{}')\" >'{}'" 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.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index 26125e4b6..7dd2e80e7 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -79,7 +79,7 @@
79# overlayfs yes 79# overlayfs yes
80 80
81# Hide blacklisted files in /etc directory, default disabled. 81# Hide blacklisted files in /etc directory, default disabled.
82# etc-no-blacklisted no 82# etc-hide-blacklisted no
83 83
84# Set the limit for file copy in several --private-* options. The size is set 84# Set the limit for file copy in several --private-* options. The size is set
85# in megabytes. By default we allow up to 500MB. 85# in megabytes. By default we allow up to 500MB.