aboutsummaryrefslogtreecommitdiffstats
path: root/key2root-addkey.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-06-23 11:46:24 +0200
committerMattias Andrée <maandree@kth.se>2023-06-23 11:46:24 +0200
commit5aebc282b9c04bbf2f0f5ec82af811f758e6c90a (patch)
treeed319d7e0e11ab97cb55068e81483f4133f1de1f /key2root-addkey.c
parentAdd comment as to why key2root-rmkey retains the order when unlisting keys (diff)
downloadkey2root-5aebc282b9c04bbf2f0f5ec82af811f758e6c90a.tar.gz
key2root-5aebc282b9c04bbf2f0f5ec82af811f758e6c90a.tar.bz2
key2root-5aebc282b9c04bbf2f0f5ec82af811f758e6c90a.tar.xz
Fix comment
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'key2root-addkey.c')
-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;
}