KWallet: Set rights of config file

This commit is contained in:
Daniel Pätzold
2026-03-29 12:58:43 +02:00
parent 3583d50cb9
commit 79892294c5
+2
View File
@@ -69,6 +69,8 @@ fi
#Always restore configuration with defaults
cp -f kwalletrc $HOME/.config/
chown $SUDO_USER:$SUDO_USER $HOME/.config/kwalletrc
chmod u=rw,og-rwx $HOME/.config/kwalletrc
#Bind mount secure folder to wallet directory
echo "Mounting secure ${WALLETPATH} to wallet-directory ${WALLETPATH_CFG}"