commit: 375a6cd75cbd4365d05ae33a0050a5753c9440e5
parent: d7d0ade42689f6f99f1f13ad91c28d635d58742a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 11 Jul 2019 12:24:37 +0200
.profile: Make sure XDG_RUNTIME_DIR is 0700
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.profile b/.profile
@@ -45,6 +45,7 @@ export XDG_VIDEOS_DIR="$HOME/Videos"
export XDG_MUSIC_DIR="$HOME/Music"
export XDG_RUNTIME_DIR="/tmp/$(id -u)-xdg_runtime_dir"
mkdir -p "${XDG_RUNTIME_DIR}"
+chmod 0700 "${XDG_RUNTIME_DIR}"
## XKB configuration (Wayland+xinit)
#export XKB_DEFAULT_RULES=""