[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] Getting/setting default ACLs through file descriptors
From: |
Michael Orlitzky |
Subject: |
Re: [Acl-devel] Getting/setting default ACLs through file descriptors |
Date: |
Wed, 28 Feb 2018 10:33:16 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 02/28/2018 09:21 AM, Michael Orlitzky wrote:
>
> But so long as I don't need to modify or inspect the parent's default
> ACL, I can simply treat them as xattrs to be copied verbatim. Thanks,
> I'll give it a try.
This works from directory to directory, but it turns out I do need to
inspect the parent's default ACL when applying it to a file (because the
execute permissions usually need to be masked).