aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2021-02-08 22:41:09 +0000
committerLibravatar GitHub <noreply@github.com>2021-02-08 22:41:09 +0000
commit3fa2927c3c1c5cf583864746538ea791c1ba2dc4 (patch)
tree4475842d854fe7a55b2a12738d79a89bd3458fdb
parentmerge 0.9.64.4 RELNOTES (diff)
parentetc: use ${DOCUMENTS} macro where appropriate (diff)
downloadfirejail-3fa2927c3c1c5cf583864746538ea791c1ba2dc4.tar.gz
firejail-3fa2927c3c1c5cf583864746538ea791c1ba2dc4.tar.zst
firejail-3fa2927c3c1c5cf583864746538ea791c1ba2dc4.zip
Merge pull request #3961 from kmk3/fix-macro-usage
etc: use ${DOCUMENTS} macro where appropriate
-rw-r--r--etc/profile-a-l/keepassxc.profile6
-rw-r--r--etc/profile-m-z/Mathematica.profile4
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/profile-a-l/keepassxc.profile b/etc/profile-a-l/keepassxc.profile
index 3ad779a12..365db64aa 100644
--- a/etc/profile-a-l/keepassxc.profile
+++ b/etc/profile-a-l/keepassxc.profile
@@ -31,9 +31,9 @@ include disable-shell.inc
31include disable-xdg.inc 31include disable-xdg.inc
32 32
33# You can enable whitelisting for keepassxc by uncommenting (or adding to you keepassxc.local) the following lines. 33# You can enable whitelisting for keepassxc by uncommenting (or adding to you keepassxc.local) the following lines.
34# If you do so, you MUST store your database under ${HOME}/Documents/KeePassXC/foo.kdbx 34# If you do so, you MUST store your database under ${DOCUMENTS}/KeePassXC/foo.kdbx
35#mkdir ${HOME}/Documents/KeePassXC 35#mkdir ${DOCUMENTS}/KeePassXC
36#whitelist ${HOME}/Documents/KeePassXC 36#whitelist ${DOCUMENTS}/KeePassXC
37# Needed for KeePassXC-Browser 37# Needed for KeePassXC-Browser
38#mkfile ${HOME}/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json 38#mkfile ${HOME}/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json
39#whitelist ${HOME}/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json 39#whitelist ${HOME}/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts/org.keepassxc.keepassxc_browser.json
diff --git a/etc/profile-m-z/Mathematica.profile b/etc/profile-m-z/Mathematica.profile
index c2734b1c1..0f79b6a97 100644
--- a/etc/profile-m-z/Mathematica.profile
+++ b/etc/profile-m-z/Mathematica.profile
@@ -16,10 +16,10 @@ include disable-programs.inc
16 16
17mkdir ${HOME}/.Mathematica 17mkdir ${HOME}/.Mathematica
18mkdir ${HOME}/.Wolfram Research 18mkdir ${HOME}/.Wolfram Research
19mkdir ${HOME}/Documents/Wolfram Mathematica 19mkdir ${DOCUMENTS}/Wolfram Mathematica
20whitelist ${HOME}/.Mathematica 20whitelist ${HOME}/.Mathematica
21whitelist ${HOME}/.Wolfram Research 21whitelist ${HOME}/.Wolfram Research
22whitelist ${HOME}/Documents/Wolfram Mathematica 22whitelist ${DOCUMENTS}/Wolfram Mathematica
23include whitelist-common.inc 23include whitelist-common.inc
24 24
25caps.drop all 25caps.drop all