From 83b95efe1a8f5b4386243a50d28065b14567faf3 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Mon, 12 Apr 2021 13:52:03 +0200 Subject: Fix export in apostrophe --- etc/profile-a-l/apostrophe.profile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'etc/profile-a-l/apostrophe.profile') 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 # Persistent global definitions include globals.local +noblacklist ${HOME}/.texlive20* noblacklist ${DOCUMENTS} noblacklist ${PICTURES} # Allow lua (blacklisted by disable-interpreters.inc) include allow-lua.inc +# Allow perl (blacklisted by disable-interpreters.inc) +include allow-perl.inc + # Allow python (blacklisted by disable-interpreters.inc) include allow-python3.inc +# Allow /bin/sh (blacklisted by disable-shell.inc) +include allow-bin-sh.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc @@ -25,7 +32,10 @@ include disable-shell.inc include disable-xdg.inc whitelist /usr/share/apostrophe +whitelist /usr/share/texlive +whitelist /usr/share/texmf whitelist /usr/share/pandoc-* +whitelist /usr/share/perl5 include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc @@ -49,10 +59,10 @@ shell none tracelog disable-mnt -private-bin apostrophe,pandoc,python3* +private-bin apostrophe,fmtutil,kpsewhich,mktexfmt,pandoc,pdftex,perl,python3*,sh,xdvipdfmx,xelatex,xetex private-cache private-dev -private-etc alternatives,dconf,fonts,gtk-3.0,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,pango,X11 +private-etc alternatives,dconf,fonts,gtk-3.0,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,pango,texlive,X11 private-tmp dbus-user filter -- cgit v1.2.3-70-g09d2