From 5f8654d163e45cdcbb4f45b5a2dad6a5c594f250 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 13 May 2021 10:39:59 +0200 Subject: Update profile.template Clarify some options that supersede others. --- etc/templates/profile.template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/templates') diff --git a/etc/templates/profile.template b/etc/templates/profile.template index a7144a29f..16f88a4d9 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -64,7 +64,7 @@ include globals.local #blacklist /tmp/.X11-unix # Disable Wayland #blacklist ${RUNUSER}/wayland-* -# Disable RUNUSER (cli only) +# Disable RUNUSER (cli only; supersedes Disable Wayland) #blacklist ${RUNUSER} # It is common practice to add files/dirs containing program-specific configuration @@ -109,6 +109,8 @@ include globals.local # Allow ssh (blacklisted by disable-common.inc) #include allow-ssh.inc +# disable-*.inc includes +# remove disable-write-mnt.inc if you set disable-mnt #include disable-common.inc #include disable-devel.inc #include disable-exec.inc -- cgit v1.2.3-54-g00ecf