aboutsummaryrefslogtreecommitdiffstats
path: root/etc/pdftotext.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-06-18 18:52:18 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2019-06-18 18:52:18 +0200
commitb59225f5d987d0467c659b0b5c0630009d519e98 (patch)
tree35f672dda1ceb649c0689c9c069a021156d8c4c9 /etc/pdftotext.profile
parentfix logical OR in disable_file (diff)
downloadfirejail-b59225f5d987d0467c659b0b5c0630009d519e98.tar.gz
firejail-b59225f5d987d0467c659b0b5c0630009d519e98.tar.zst
firejail-b59225f5d987d0467c659b0b5c0630009d519e98.zip
use 'x11 none' option
... instead of just blacklisting the X11 socket. Systematically added to all profiles with 'net none' and 'blacklist /tmp/.X11-unix', and a few more
Diffstat (limited to 'etc/pdftotext.profile')
-rw-r--r--etc/pdftotext.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/pdftotext.profile b/etc/pdftotext.profile
index 87d7a87f1..c5016201d 100644
--- a/etc/pdftotext.profile
+++ b/etc/pdftotext.profile
@@ -7,8 +7,6 @@ include globals.local
7 7
8noblacklist ${DOCUMENTS} 8noblacklist ${DOCUMENTS}
9 9
10blacklist /tmp/.X11-unix
11
12include disable-common.inc 10include disable-common.inc
13include disable-devel.inc 11include disable-devel.inc
14include disable-interpreters.inc 12include disable-interpreters.inc
@@ -37,6 +35,7 @@ protocol unix
37seccomp 35seccomp
38shell none 36shell none
39tracelog 37tracelog
38x11 none
40 39
41private-bin pdftotext 40private-bin pdftotext
42private-dev 41private-dev