aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
diff options
context:
space:
mode:
authorLibravatar Jose Riha <jose1711@gmail.com>2019-06-11 15:45:18 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-06-11 13:45:18 +0000
commitd4f82451911c99874817b837d3e50a2ae4c9254d (patch)
tree35c7e52c09e6b35dbb00737b87cd23ca6cce5cb6 /etc/templates
parentMerge pull request #2757 from jose1711/cheese (diff)
downloadfirejail-d4f82451911c99874817b837d3e50a2ae4c9254d.tar.gz
firejail-d4f82451911c99874817b837d3e50a2ae4c9254d.tar.zst
firejail-d4f82451911c99874817b837d3e50a2ae4c9254d.zip
Mention macros in profile.template (#2759)
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index f2b64ac5d..c9bd49c06 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -35,6 +35,17 @@
35# SPECIAL OPTIONS (mdwx, noexec, read-only, join-or-start) 35# SPECIAL OPTIONS (mdwx, noexec, read-only, join-or-start)
36# REDIRECT INCLUDES 36# REDIRECT INCLUDES
37# 37#
38# The following macros may be used in path names to substitute common locations:
39# ${DESKTOP}
40# ${DOCUMENTS}
41# ${DOWNLOADS}
42# ${HOME} (user's home)
43# ${PATH} (contents of PATH envvar)
44# ${MUSIC}
45# ${VIDEOS}
46#
47# Check contents of ~/.config/user-dirs.dirs to see how they translate to actual paths.
48#
38# --- CUT HERE --- 49# --- CUT HERE ---
39##quiet 50##quiet
40# Persistent local customizations 51# Persistent local customizations