From: Michael Orlitzky Date: Wed, 15 Aug 2012 04:24:50 +0000 (-0400) Subject: Add a TODO. X-Git-Tag: v0.0.1~9 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=e5416a969f06b9f7c21859e606a9ac9f38fd7759 Add a TODO. --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..c66a22b --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +* Directories should also reinherit the default ACL of the + parent. This should work similarly to the regular reapplication, + except that we should *always* take the union of two identical + entries. We need not remove any bits selectively.