aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/Mathematica.profile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-02-09 14:01:37 -0300
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-02-09 17:27:33 +0000
commit8e8346f8658228f798c944328c4104758c5e9bdc (patch)
tree46ef3d4f425bd5fdb42dc83cebca796a9849b6d0 /etc/profile-m-z/Mathematica.profile
parentadding DISPLAY to env_whitelist (diff)
downloadfirejail-8e8346f8658228f798c944328c4104758c5e9bdc.tar.gz
firejail-8e8346f8658228f798c944328c4104758c5e9bdc.tar.zst
firejail-8e8346f8658228f798c944328c4104758c5e9bdc.zip
Revert "etc: use ${DOCUMENTS} macro where appropriate"
This reverts commit 5df1f27c638c487dfd664ea3a0f756565e1e57bd. That commit breaks things, as pointed out by @rusty-snake[1]: > @kmk3 @glitsj16 The xdg macros are treated literally if they have sub > components (#2359): > > ``` > Error: "${DOCUMENTS}/KeePassXC" is an invalid filename: rejected character: "{" > ``` [1]: https://github.com/netblue30/firejail/commit/3fa2927c3c1c5cf583864746538ea791c1ba2dc4#commitcomment-46913219
Diffstat (limited to 'etc/profile-m-z/Mathematica.profile')
-rw-r--r--etc/profile-m-z/Mathematica.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/profile-m-z/Mathematica.profile b/etc/profile-m-z/Mathematica.profile
index 0f79b6a97..c2734b1c1 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 ${DOCUMENTS}/Wolfram Mathematica 19mkdir ${HOME}/Documents/Wolfram Mathematica
20whitelist ${HOME}/.Mathematica 20whitelist ${HOME}/.Mathematica
21whitelist ${HOME}/.Wolfram Research 21whitelist ${HOME}/.Wolfram Research
22whitelist ${DOCUMENTS}/Wolfram Mathematica 22whitelist ${HOME}/Documents/Wolfram Mathematica
23include whitelist-common.inc 23include whitelist-common.inc
24 24
25caps.drop all 25caps.drop all