aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
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 /src/include
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 'src/include')
0 files changed, 0 insertions, 0 deletions