aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-12-09 17:11:47 +0100
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-12-09 17:11:47 +0100
commit3e7c4830443b3c438df6968a050e813efbf28e0b (patch)
treecbd72223a732790df032709834aa06f8c31ccad1 /etc
parentUpdate bug_report.md (diff)
downloadfirejail-3e7c4830443b3c438df6968a050e813efbf28e0b.tar.gz
firejail-3e7c4830443b3c438df6968a050e813efbf28e0b.tar.zst
firejail-3e7c4830443b3c438df6968a050e813efbf28e0b.zip
fixes
- hopefully fix #3795 finally - fix README.md codeblock - blacklist ${HOME}/.texlive20*
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-m-z/teams.profile1
-rw-r--r--etc/profile-m-z/xournalpp.profile2
3 files changed, 2 insertions, 3 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index 976c2dab9..25c7796da 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -799,7 +799,7 @@ blacklist ${HOME}/.synfig
799blacklist ${HOME}/.tb 799blacklist ${HOME}/.tb
800blacklist ${HOME}/.tconn 800blacklist ${HOME}/.tconn
801blacklist ${HOME}/.teeworlds 801blacklist ${HOME}/.teeworlds
802blacklist ${HOME}/.texlive2018 802blacklist ${HOME}/.texlive20*
803blacklist ${HOME}/.thunderbird 803blacklist ${HOME}/.thunderbird
804blacklist ${HOME}/.tilp 804blacklist ${HOME}/.tilp
805blacklist ${HOME}/.tooling 805blacklist ${HOME}/.tooling
diff --git a/etc/profile-m-z/teams.profile b/etc/profile-m-z/teams.profile
index 7c0f1f504..af1365571 100644
--- a/etc/profile-m-z/teams.profile
+++ b/etc/profile-m-z/teams.profile
@@ -29,7 +29,6 @@ include whitelist-var-common.inc
29nou2f 29nou2f
30seccomp !chroot 30seccomp !chroot
31shell none 31shell none
32tracelog
33 32
34disable-mnt 33disable-mnt
35private-cache 34private-cache
diff --git a/etc/profile-m-z/xournalpp.profile b/etc/profile-m-z/xournalpp.profile
index a52858870..988b878b9 100644
--- a/etc/profile-m-z/xournalpp.profile
+++ b/etc/profile-m-z/xournalpp.profile
@@ -18,7 +18,7 @@ include whitelist-runuser-common.inc
18 18
19#mkdir ${HOME}/.xournalpp 19#mkdir ${HOME}/.xournalpp
20#whitelist ${HOME}/.xournalpp 20#whitelist ${HOME}/.xournalpp
21#whitelist ${HOME}/.texlive2019 21#whitelist ${HOME}/.texlive20*
22#whitelist ${DOCUMENTS} 22#whitelist ${DOCUMENTS}
23#include whitelist-common.inc 23#include whitelist-common.inc
24 24