aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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")