aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-08-04 16:29:41 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-08-04 16:33:11 +0200
commitf4b36e80321379c4917c7ab9c9b3bbcfad05899f (patch)
tree47f06094fc7568a848af10ffdb1393f9083abde6 /etc/profile-a-l
parentAdded ~/Private blacklist (#4434) (diff)
downloadfirejail-f4b36e80321379c4917c7ab9c9b3bbcfad05899f.tar.gz
firejail-f4b36e80321379c4917c7ab9c9b3bbcfad05899f.tar.zst
firejail-f4b36e80321379c4917c7ab9c9b3bbcfad05899f.zip
Profile fixes
- Fix #4157 -- [Feature] Should rmenv GitHub auth tokens There are still more token variables from other program that should be added. - Fix #4093 -- darktable needs read access to liblua* - Fix #4383 -- move noblacklist ${HOME}/.bogofilter to email-common.profile for claws-mail (and other mailers) - Fix xournalpp.profile - syscalls.txt: ausyscall i386 -> firejail --debug-syscalls32
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/darktable.profile2
-rw-r--r--etc/profile-a-l/email-common.profile1
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/profile-a-l/darktable.profile b/etc/profile-a-l/darktable.profile
index 61fa52928..bc388c913 100644
--- a/etc/profile-a-l/darktable.profile
+++ b/etc/profile-a-l/darktable.profile
@@ -10,6 +10,8 @@ noblacklist ${HOME}/.cache/darktable
10noblacklist ${HOME}/.config/darktable 10noblacklist ${HOME}/.config/darktable
11noblacklist ${PICTURES} 11noblacklist ${PICTURES}
12 12
13include allow-lua.inc
14
13include disable-common.inc 15include disable-common.inc
14include disable-devel.inc 16include disable-devel.inc
15include disable-exec.inc 17include disable-exec.inc
diff --git a/etc/profile-a-l/email-common.profile b/etc/profile-a-l/email-common.profile
index 6c9a8a6ea..5c4a4d3ac 100644
--- a/etc/profile-a-l/email-common.profile
+++ b/etc/profile-a-l/email-common.profile
@@ -7,6 +7,7 @@ include email-common.local
7# added by caller profile 7# added by caller profile
8#include globals.local 8#include globals.local
9 9
10noblacklist ${HOME}/.bogofilter
10noblacklist ${HOME}/.gnupg 11noblacklist ${HOME}/.gnupg
11noblacklist ${HOME}/.mozilla 12noblacklist ${HOME}/.mozilla
12noblacklist ${HOME}/.signature 13noblacklist ${HOME}/.signature