summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-14 23:55:21 -0700
committerMichael Forney <mforney@mforney.org>2016-06-14 23:55:21 -0700
commit496709e5787c964070d30b85fde8e3ff85f5252f (patch)
tree01f4b34f8484939528ed5a456599f76cebb53a68 /util
parent29f7fbbb08269b6afbbc1674be24d70dc0397f57 (diff)
perms-hook: Add TODO to set permissions of parent directories
Diffstat (limited to 'util')
-rw-r--r--util/perms-hook.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/perms-hook.c b/util/perms-hook.c
index f0a40c13..1e3251ad 100644
--- a/util/perms-hook.c
+++ b/util/perms-hook.c
@@ -9,6 +9,9 @@ there that are not present in the new .perms file.
TODO: Once we start processing the list of changed files, we should keep track
of errors, but continue on to the next file.
+
+TODO: We should also set permissions of potentially newly created parent
+directories.
*/
#define _POSIX_C_SOURCE 200809L
#include <errno.h>