From a36a7a5dd8479087d9de0669bd86fd9b25e35ce6 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Mon, 16 Jan 2023 09:07:43 -0300 Subject: 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. --- etc/firejail.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 @@ # overlayfs yes # Hide blacklisted files in /etc directory, default disabled. -# etc-no-blacklisted no +# etc-hide-blacklisted no # Set the limit for file copy in several --private-* options. The size is set # in megabytes. By default we allow up to 500MB. -- cgit v1.2.3-70-g09d2