aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-17 17:12:00 +0100
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2020-01-18 11:25:55 +0100
commit5d16ad901e5ffc57f1eebeec64ae610871d51543 (patch)
tree6646ef340158cf7df3e0f2affe677dfe49c7134c
parentadd 'blacklist ${RUNUSER}/wayland-*' to all profiā€¦ (diff)
downloadfirejail-5d16ad901e5ffc57f1eebeec64ae610871d51543.tar.gz
firejail-5d16ad901e5ffc57f1eebeec64ae610871d51543.tar.zst
firejail-5d16ad901e5ffc57f1eebeec64ae610871d51543.zip
add RUNUSER and Disable Wayland to the template
-rw-r--r--etc/templates/profile.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 7bfc3cf0d..828b3f50e 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -42,6 +42,7 @@
42# ${HOME} (user's home) 42# ${HOME} (user's home)
43# ${PATH} (contents of PATH envvar) 43# ${PATH} (contents of PATH envvar)
44# ${MUSIC} 44# ${MUSIC}
45# ${RUNUSER} (/run/user/UID)
45# ${VIDEOS} 46# ${VIDEOS}
46# 47#
47# Check contents of ~/.config/user-dirs.dirs to see how they translate to actual paths. 48# Check contents of ~/.config/user-dirs.dirs to see how they translate to actual paths.
@@ -59,6 +60,8 @@ include globals.local
59##blacklist PATH 60##blacklist PATH
60# Disable X11 (CLI only), see also 'x11 none' below 61# Disable X11 (CLI only), see also 'x11 none' below
61#blacklist /tmp/.X11-unix 62#blacklist /tmp/.X11-unix
63# Disable Wayland
64#blacklist ${RUNUSER}/wayland-*
62 65
63# It is common practice to add files/dirs containing program-specific configuration 66# It is common practice to add files/dirs containing program-specific configuration
64# (often ${HOME}/PROGRAMNAME or ${HOME}/.config/PROGRAMNAME) into disable-programs.inc 67# (often ${HOME}/PROGRAMNAME or ${HOME}/.config/PROGRAMNAME) into disable-programs.inc