[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: |
Fri, 2 Mar 2018 09:59:52 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
On 03/02/2018 08:26 AM, Andreas Grünbacher wrote:
>
> The other disadvantage of this approach is that you are doing more syscalls.
Good news: avoiding all symlinks involves recursively calling openat()
on every path component up from the root or CWD, so the whole operation
is already horrendously slow now that I've made it symlink-safe =)