aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-04-19 16:16:21 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-04-19 16:16:21 +0200
commit056c22dd5f2898c1be71f1501874a08e2ec8c922 (patch)
tree0309c04c930c89a3448b075b5bb6be9a58e70452 /main.go
parent06c2e8eeb7bdad927ba72616bfed10fa4fdcd23b (diff)
safe path
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7f97d99..2e0adc1 100644
--- a/main.go
+++ b/main.go
@@ -15,6 +15,8 @@ import (
signify -V [-eqz] [-p pubkey] [-t keytype] [-x sigfile] -m message
*/
+const safePath = "/etc/signify"
+
var (
checksum = flag.Bool("C", false, "Verify a signed checksum list")
generate = flag.Bool("G", false, "Generate a new key pair")