aboutsummaryrefslogtreecommitdiffstats
path: root/etc/latex.profile
diff options
context:
space:
mode:
authorLibravatar Florian Begusch <26567162+florianbegusch@users.noreply.github.com>2020-01-29 12:53:17 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-29 12:53:17 +0000
commit18942dbeed8d959735651e2a2162627f82a5f3fe (patch)
tree446d4d9a67135dea417e3da9ec80f96a100b210a /etc/latex.profile
parentdisable private-lib in zathura.profile (diff)
downloadfirejail-18942dbeed8d959735651e2a2162627f82a5f3fe.tar.gz
firejail-18942dbeed8d959735651e2a2162627f82a5f3fe.tar.zst
firejail-18942dbeed8d959735651e2a2162627f82a5f3fe.zip
Add profiles for common (la)tex commands and a latex editor (#3159)
Diffstat (limited to 'etc/latex.profile')
-rw-r--r--etc/latex.profile12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/latex.profile b/etc/latex.profile
new file mode 100644
index 000000000..2230dd570
--- /dev/null
+++ b/etc/latex.profile
@@ -0,0 +1,12 @@
1# Firejail profile for latex
2# This file is overwritten after every install/update
3# Persistent local customizations
4include latex.local
5# Persistent global definitions
6include globals.local
7
8private-bin latex
9
10# Redirect
11include latex-common.profile
12