aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-28 08:30:43 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-28 08:30:43 -0400
commite7f3c2acde1b4a0f2f99426d57a50c1928ae2c77 (patch)
treed192dd8a45efceea6e543bab70ab00c9867ce6ed /src
parentintrusion detection system (diff)
parentkodi.profile: Add Lutris Kodi Addon note (diff)
downloadfirejail-e7f3c2acde1b4a0f2f99426d57a50c1928ae2c77.tar.gz
firejail-e7f3c2acde1b4a0f2f99426d57a50c1928ae2c77.tar.zst
firejail-e7f3c2acde1b4a0f2f99426d57a50c1928ae2c77.zip
Merge branch 'master' of ssh://github.com/netblue30/firejail
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/profcleaner.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tools/profcleaner.sh b/src/tools/profcleaner.sh
index 709008e08..96402aed6 100755
--- a/src/tools/profcleaner.sh
+++ b/src/tools/profcleaner.sh
@@ -38,8 +38,8 @@ else
38fi 38fi
39 39
40sed -i -E \ 40sed -i -E \
41 -e "s/^(# |#)?blacklist/\1deny/" \ 41 -e "s/^(# |#)?(ignore )?blacklist/\1\2deny/" \
42 -e "s/^(# |#)?noblacklist/\1nodeny/" \ 42 -e "s/^(# |#)?(ignore )?noblacklist/\1\2nodeny/" \
43 -e "s/^(# |#)?whitelist/\1allow/" \ 43 -e "s/^(# |#)?(ignore )?whitelist/\1\2allow/" \
44 -e "s/^(# |#)?nowhitelist/\1noallow/" \ 44 -e "s/^(# |#)?(ignore )?nowhitelist/\1\2noallow/" \
45 "${profiles[@]}" 45 "${profiles[@]}"