set appropriate permissions on gnupg home

the gnupg home is slightly different because my configuration
puts it in a different place.
This commit is contained in:
randomuser 2022-12-24 01:03:11 -06:00
parent d49ae7ba55
commit 2f85c344ef
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ make install
cd ..
cd privdata
mkdir -p $HOME/.local/share/gnupg
chown -R $(whoami) $HOME/.local/share/gnupg
chmod 600 $HOME/.local/share/gnupg/*
chmod 700 $HOME/.local/share/gnupg/*
sh handler.sh unarch
cd output
make