From 1b6bdca8b7d970ea41f16c4b8de5a4e1adc53fe2 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Wed, 8 Sep 2021 12:37:16 +0200 Subject: Update profile.template to use disable-X11.inc --- etc/templates/profile.template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/templates') 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 #include allow-ssh.inc ##blacklist PATH -# Disable X11 (CLI only), see also 'x11 none' below -#blacklist /tmp/.X11-unix # Disable Wayland #blacklist ${RUNUSER}/wayland-* # Disable RUNUSER (cli only; supersedes Disable Wayland) @@ -174,7 +172,7 @@ include globals.local ##seccomp-error-action log (only for debugging seccomp issues) #shell none #tracelog -# Prefer 'x11 none' instead of 'blacklist /tmp/.X11-unix' if 'net none' is set +# Prefer 'x11 none' instead of 'disable-X11.inc' if 'net none' is set ##x11 none #disable-mnt -- cgit v1.2.3-54-g00ecf