aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-12 13:52:03 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-12 13:52:03 +0200
commit83b95efe1a8f5b4386243a50d28065b14567faf3 (patch)
tree999d531b8ea0097d1c410c8e70e927915b5cb83d /etc/profile-a-l
parentprofile fixes (diff)
downloadfirejail-83b95efe1a8f5b4386243a50d28065b14567faf3.tar.gz
firejail-83b95efe1a8f5b4386243a50d28065b14567faf3.tar.zst
firejail-83b95efe1a8f5b4386243a50d28065b14567faf3.zip
Fix export in apostrophe
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/apostrophe.profile14
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/profile-a-l/apostrophe.profile b/etc/profile-a-l/apostrophe.profile
index 4986ac63a..f265c8406 100644
--- a/etc/profile-a-l/apostrophe.profile
+++ b/etc/profile-a-l/apostrophe.profile
@@ -6,15 +6,22 @@ include apostrophe.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.texlive20*
9noblacklist ${DOCUMENTS} 10noblacklist ${DOCUMENTS}
10noblacklist ${PICTURES} 11noblacklist ${PICTURES}
11 12
12# Allow lua (blacklisted by disable-interpreters.inc) 13# Allow lua (blacklisted by disable-interpreters.inc)
13include allow-lua.inc 14include allow-lua.inc
14 15
16# Allow perl (blacklisted by disable-interpreters.inc)
17include allow-perl.inc
18
15# Allow python (blacklisted by disable-interpreters.inc) 19# Allow python (blacklisted by disable-interpreters.inc)
16include allow-python3.inc 20include allow-python3.inc
17 21
22# Allow /bin/sh (blacklisted by disable-shell.inc)
23include allow-bin-sh.inc
24
18include disable-common.inc 25include disable-common.inc
19include disable-devel.inc 26include disable-devel.inc
20include disable-exec.inc 27include disable-exec.inc
@@ -25,7 +32,10 @@ include disable-shell.inc
25include disable-xdg.inc 32include disable-xdg.inc
26 33
27whitelist /usr/share/apostrophe 34whitelist /usr/share/apostrophe
35whitelist /usr/share/texlive
36whitelist /usr/share/texmf
28whitelist /usr/share/pandoc-* 37whitelist /usr/share/pandoc-*
38whitelist /usr/share/perl5
29include whitelist-runuser-common.inc 39include whitelist-runuser-common.inc
30include whitelist-usr-share-common.inc 40include whitelist-usr-share-common.inc
31include whitelist-var-common.inc 41include whitelist-var-common.inc
@@ -49,10 +59,10 @@ shell none
49tracelog 59tracelog
50 60
51disable-mnt 61disable-mnt
52private-bin apostrophe,pandoc,python3* 62private-bin apostrophe,fmtutil,kpsewhich,mktexfmt,pandoc,pdftex,perl,python3*,sh,xdvipdfmx,xelatex,xetex
53private-cache 63private-cache
54private-dev 64private-dev
55private-etc alternatives,dconf,fonts,gtk-3.0,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,pango,X11 65private-etc alternatives,dconf,fonts,gtk-3.0,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,pango,texlive,X11
56private-tmp 66private-tmp
57 67
58dbus-user filter 68dbus-user filter