One last patch before I do a send-pr to send the patch upstream. This patch depends on my ZFS ACL Sets patch for the -k flag. I wanted to zero-out the ACL entries recursively for a directory, which I can do in Solaris with "chmod -R A= /path/to/directory", but ZFS doesn't allow zero-number ACL sets. To work around that, I'm giving owner_at_ full permissions (the full_set ACL set). I'll also include my ZFS ACL Sets patch. That has already been submitted upstream and I'm awaiting approval. Thanks, Shawn On Tue, Feb 8, 2011 at 10:58 AM, Shawn Webb <lattera_at_gmail.com> wrote: > I've just finished a patch to add recursive functionality to setfacl. > Before I officially submit it, I'd like a few suggestions on how to improve > the patch. > > The part I'm worried about involves the #define directive at top. I'm not > sure what ramifications using that define might have. I needed it for my > remove_invalid_inherit() function to work. > > Thanks, > > Shawn > > attached: setfacl.patch (universal diff) >
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:12 UTC