spm

Personal fork of spm (simple password manager)

commit 156e0496a7f7af8dd4911fe068ff9738daca0ffd
parent 3de9f20e584348570d1edc1bd6862fa167aa86d4
Author: Klemens Nanni <kl3@posteo.org>
Date: Sun, 22 Oct 2017 12:56:08 +0200

Fix umask regression introduced in last commit
1 file changed, 1 insertion(+), 1 deletion(-)
M
spm
|
2
+-
diff --git a/spm b/spm
@@ -16,7 +16,7 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 set -eu
-umask u=rw,go=
+umask u=rwx,go=
 
 ## Variables
 GPG_OPTS='--quiet --yes --batch'