aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l
diff options
context:
space:
mode:
authorLibravatar kortewegdevries <62639087+kortewegdevries@users.noreply.github.com>2020-07-31 02:10:18 +0530
committerLibravatar GitHub <noreply@github.com>2020-07-30 20:40:18 +0000
commitcc7654ff9b00a7e443a809c1ba36b3245b5fcd48 (patch)
tree59c1555fafd1eacc41544249b7280f58fd1824c3 /etc/profile-a-l
parentAdded minitube profile (#3555) (diff)
downloadfirejail-cc7654ff9b00a7e443a809c1ba36b3245b5fcd48.tar.gz
firejail-cc7654ff9b00a7e443a809c1ba36b3245b5fcd48.tar.zst
firejail-cc7654ff9b00a7e443a809c1ba36b3245b5fcd48.zip
Added lyx profile (#3556)
* Added lyx profile Initial * Rmoved whitelists Make home directory more accessible
Diffstat (limited to 'etc/profile-a-l')
-rw-r--r--etc/profile-a-l/lyx.profile33
1 files changed, 33 insertions, 0 deletions
diff --git a/etc/profile-a-l/lyx.profile b/etc/profile-a-l/lyx.profile
new file mode 100644
index 000000000..b2c0afbe7
--- /dev/null
+++ b/etc/profile-a-l/lyx.profile
@@ -0,0 +1,33 @@
1# Firejail profile for lyx
2# Description: Open source document processor based on LaTeX typsetting
3# This file is overwritten after every install/update
4# Persistent local customizations
5include lyx.local
6# Persistent global definitions
7include globals.local
8
9ignore private-tmp
10
11noblacklist ${HOME}/.config/LyX
12noblacklist ${HOME}/.lyx
13
14include allow-lua.inc
15include allow-perl.inc
16include allow-python2.inc
17include allow-python3.inc
18
19whitelist /usr/share/lyx
20whitelist /usr/share/texinfo
21whitelist /usr/share/texlive
22whitelist /usr/share/texmf-dist
23whitelist /usr/share/tlpkg
24include whitelist-usr-share-common.inc
25
26apparmor
27machine-id
28
29# private-bin atril,dvilualatex,env,latex,lua*,luatex,lyx,lyxclient,okular,pdf2latex,pdflatex,pdftex,perl*,python*,qpdf,qpdfview,sh,tex2lyx,texmf,xelatex
30private-etc alternatives,dconf,fonts,gtk-2.0,gtk-3.0,locale,locale.alias,locale.conf,lyx,mime.types,passwd,texmf,X11,xdg
31
32# Redirect
33include latex-common.profile