aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/scribus.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
committerLibravatar netblue30 <netblue30@protonmail.com>2021-07-05 07:23:31 -0400
commitfe0f975f447d59977d90c3226cc8c623b31b20b3 (patch)
tree70897a33cde6c716e273d927d18a6be4b54c18a9 /etc/profile-m-z/scribus.profile
parentdeprecated whitelist=yes/no in /etc/firejail/firejail.config (diff)
downloadfirejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.gz
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.tar.zst
firejail-fe0f975f447d59977d90c3226cc8c623b31b20b3.zip
move whitelist/blacklist to allow/deny
Diffstat (limited to 'etc/profile-m-z/scribus.profile')
-rw-r--r--etc/profile-m-z/scribus.profile36
1 files changed, 18 insertions, 18 deletions
diff --git a/etc/profile-m-z/scribus.profile b/etc/profile-m-z/scribus.profile
index 1fdeaa145..6519f8e87 100644
--- a/etc/profile-m-z/scribus.profile
+++ b/etc/profile-m-z/scribus.profile
@@ -7,24 +7,24 @@ include scribus.local
7include globals.local 7include globals.local
8 8
9# Support for PDF readers comes with Scribus 1.5 and higher 9# Support for PDF readers comes with Scribus 1.5 and higher
10noblacklist ${HOME}/.cache/okular 10nodeny ${HOME}/.cache/okular
11noblacklist ${HOME}/.config/GIMP 11nodeny ${HOME}/.config/GIMP
12noblacklist ${HOME}/.config/okularpartrc 12nodeny ${HOME}/.config/okularpartrc
13noblacklist ${HOME}/.config/okularrc 13nodeny ${HOME}/.config/okularrc
14noblacklist ${HOME}/.config/scribus 14nodeny ${HOME}/.config/scribus
15noblacklist ${HOME}/.config/scribusrc 15nodeny ${HOME}/.config/scribusrc
16noblacklist ${HOME}/.gimp* 16nodeny ${HOME}/.gimp*
17noblacklist ${HOME}/.kde/share/apps/okular 17nodeny ${HOME}/.kde/share/apps/okular
18noblacklist ${HOME}/.kde/share/config/okularpartrc 18nodeny ${HOME}/.kde/share/config/okularpartrc
19noblacklist ${HOME}/.kde/share/config/okularrc 19nodeny ${HOME}/.kde/share/config/okularrc
20noblacklist ${HOME}/.kde4/share/apps/okular 20nodeny ${HOME}/.kde4/share/apps/okular
21noblacklist ${HOME}/.kde4/share/config/okularpartrc 21nodeny ${HOME}/.kde4/share/config/okularpartrc
22noblacklist ${HOME}/.kde4/share/config/okularrc 22nodeny ${HOME}/.kde4/share/config/okularrc
23noblacklist ${HOME}/.local/share/okular 23nodeny ${HOME}/.local/share/okular
24noblacklist ${HOME}/.local/share/scribus 24nodeny ${HOME}/.local/share/scribus
25noblacklist ${HOME}/.scribus 25nodeny ${HOME}/.scribus
26noblacklist ${DOCUMENTS} 26nodeny ${DOCUMENTS}
27noblacklist ${PICTURES} 27nodeny ${PICTURES}
28 28
29# Allow python (blacklisted by disable-interpreters.inc) 29# Allow python (blacklisted by disable-interpreters.inc)
30include allow-python2.inc 30include allow-python2.inc