diff options
| author | Michael Forney <mforney@mforney.org> | 2016-06-14 23:55:21 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-06-14 23:55:21 -0700 |
| commit | 496709e5787c964070d30b85fde8e3ff85f5252f (patch) | |
| tree | 01f4b34f8484939528ed5a456599f76cebb53a68 /util | |
| parent | 29f7fbbb08269b6afbbc1674be24d70dc0397f57 (diff) | |
perms-hook: Add TODO to set permissions of parent directories
Diffstat (limited to 'util')
| -rw-r--r-- | util/perms-hook.c | 3 |
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> |
