From 151312bc24a56b3c5104af0378096c3b54725c97 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 3 Jun 2021 18:13:50 +0200 Subject: Update profile.template The header of profile.template define this order: IGNORES NOBLACKLISTS ALLOW INCLUDES BLACKLISTS DISABLE INCLUDES --- etc/templates/profile.template | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/etc/templates/profile.template b/etc/templates/profile.template index fcc7fe949..61e9c9fd8 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -59,14 +59,6 @@ include globals.local ##ignore noexec ${HOME} ##ignore noexec /tmp -##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) -#blacklist ${RUNUSER} - # It is common practice to add files/dirs containing program-specific configuration # (often ${HOME}/PROGRAMNAME or ${HOME}/.config/PROGRAMNAME) into disable-programs.inc # (keep list sorted) and then disable blacklisting below. @@ -109,6 +101,17 @@ include globals.local # Allow ssh (blacklisted by disable-common.inc) #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) +#blacklist ${RUNUSER} +# Remove the next blacklist if you system has no /usr/libexec dir, +# otherwise try to add it. +#blacklist /usr/libexec + # disable-*.inc includes # remove disable-write-mnt.inc if you set disable-mnt #include disable-common.inc -- cgit v1.2.3-70-g09d2