aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Adrian L. Shaw <adrianlshaw@gmail.com>2019-11-24 16:37:16 +0000
committerLibravatar Adrian L. Shaw <adrianlshaw@gmail.com>2019-11-24 16:37:16 +0000
commitbea46b959d0f2ccf1a5298be64815dfb0c080d12 (patch)
treef322ed1f9df1ef00af4a5115554e9e8fef23afcd
parentSeparate the whitelist section of profanity profile (diff)
downloadfirejail-bea46b959d0f2ccf1a5298be64815dfb0c080d12.tar.gz
firejail-bea46b959d0f2ccf1a5298be64815dfb0c080d12.tar.zst
firejail-bea46b959d0f2ccf1a5298be64815dfb0c080d12.zip
profanity: allow Python plugins and reorder rules
-rw-r--r--etc/profanity.profile11
1 files changed, 8 insertions, 3 deletions
diff --git a/etc/profanity.profile b/etc/profanity.profile
index a6c427c3a..50cfbb04e 100644
--- a/etc/profanity.profile
+++ b/etc/profanity.profile
@@ -7,6 +7,14 @@ include profanity.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10noblacklist ${HOME}/.config/profanity
11noblacklist ${HOME}/.local/share/profanity
12
13# Allow Python
14include allow-python3.inc
15include allow-python2.inc
16
17include disable-interpreters.inc
10include disable-common.inc 18include disable-common.inc
11include disable-devel.inc 19include disable-devel.inc
12include disable-exec.inc 20include disable-exec.inc
@@ -17,9 +25,6 @@ include disable-xdg.inc
17include whitelist-usr-share-common.inc 25include whitelist-usr-share-common.inc
18include whitelist-var-common.inc 26include whitelist-var-common.inc
19 27
20noblacklist ${HOME}/.config/profanity
21noblacklist ${HOME}/.local/share/profanity
22
23caps.drop all 28caps.drop all
24netfilter 29netfilter
25no3d 30no3d