This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Linux: Work around kernel bugs in chmod on /proc/self/fd paths
On 13/02/2020 13:48, Florian Weimer wrote:
> * Florian Weimer:
>
>> It appears that the ability to change symbolic link modes through such
>> paths is unintended. On several file systems, the operation fails with
>> EOPNOTSUPP, even though the symbolic link permissions are updated.
>> The expected behavior is a failure to update the permissions, without
>> file system changes.
>
> Adhemerval, you wanted to see this fixed quickly?
I will try to fully review this today, but skimming it seems fine.