aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-08 12:37:16 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-09-08 12:37:16 +0200
commit1b6bdca8b7d970ea41f16c4b8de5a4e1adc53fe2 (patch)
tree7cb425da283586fd97fac8309b757e0bba15ca0b /etc/templates
parentRework pipewire/wayland (diff)
downloadfirejail-1b6bdca8b7d970ea41f16c4b8de5a4e1adc53fe2.tar.gz
firejail-1b6bdca8b7d970ea41f16c4b8de5a4e1adc53fe2.tar.zst
firejail-1b6bdca8b7d970ea41f16c4b8de5a4e1adc53fe2.zip
Update profile.template to use disable-X11.inc
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 02dcefd35..e580a0c0c 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -102,8 +102,6 @@ include globals.local
102#include allow-ssh.inc 102#include allow-ssh.inc
103 103
104##blacklist PATH 104##blacklist PATH
105# Disable X11 (CLI only), see also 'x11 none' below
106#blacklist /tmp/.X11-unix
107# Disable Wayland 105# Disable Wayland
108#blacklist ${RUNUSER}/wayland-* 106#blacklist ${RUNUSER}/wayland-*
109# Disable RUNUSER (cli only; supersedes Disable Wayland) 107# Disable RUNUSER (cli only; supersedes Disable Wayland)
@@ -174,7 +172,7 @@ include globals.local
174##seccomp-error-action log (only for debugging seccomp issues) 172##seccomp-error-action log (only for debugging seccomp issues)
175#shell none 173#shell none
176#tracelog 174#tracelog
177# Prefer 'x11 none' instead of 'blacklist /tmp/.X11-unix' if 'net none' is set 175# Prefer 'x11 none' instead of 'disable-X11.inc' if 'net none' is set
178##x11 none 176##x11 none
179 177
180#disable-mnt 178#disable-mnt