spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 99d7710733165d7f6e898bfb69505378dcce4263
parent 34b70c262f5a4b117dfc3953187020048a1d26de
Author: nmeum <git-nmeum@8pit.net>
Date:   Fri, 15 Nov 2013 15:09:49 +0100

use a restricted umask by default

Diffstat:
Mtpm | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tpm b/tpm @@ -1,5 +1,7 @@ #!/bin/bash +umask 077 + ## # Variables ##