aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--key2root-addkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key2root-addkey.c b/key2root-addkey.c
index c80ebbe..707577c 100644
--- a/key2root-addkey.c
+++ b/key2root-addkey.c
@@ -67,7 +67,7 @@ main(int argc, char *argv[])
/* TODO hash input */
/* TODO add or replace key */
- /* TODO save changes, mode shall be 0700 */
+ /* TODO save changes, mode shall be 0600 */
return 0;
}