aboutsummaryrefslogtreecommitdiffstats
path: root/etc/highlight.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/highlight.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/highlight.profile')
-rw-r--r--etc/highlight.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/highlight.profile b/etc/highlight.profile
index cae8e29d7..249d5cd17 100644
--- a/etc/highlight.profile
+++ b/etc/highlight.profile
@@ -6,8 +6,6 @@ include highlight.local
6# Persistent global definitions 6# Persistent global definitions
7include globals.local 7include globals.local
8 8
9blacklist /tmp/.X11-unix
10
11include disable-common.inc 9include disable-common.inc
12include disable-devel.inc 10include disable-devel.inc
13include disable-interpreters.inc 11include disable-interpreters.inc
@@ -30,6 +28,7 @@ protocol unix
30seccomp 28seccomp
31shell none 29shell none
32tracelog 30tracelog
31x11 none
33 32
34private-bin highlight 33private-bin highlight
35private-cache 34private-cache