Make the system call honor AT_SYMLINK_NOFOLLOW.
Also enable this from linux_faccessat2 where the issue arised the first time.
Update manual pages accordingly.
PR: 275295
Differential D46267
faccessat(2): Honor AT_SYMLINK_NOFOLLOW fernape on Aug 10 2024, 11:45 AM. Authored by Tags None Referenced Files
Details Make the system call honor AT_SYMLINK_NOFOLLOW. Also enable this from linux_faccessat2 where the issue arised the first time. PR: 275295 Apply the patch and use a simple program to test the system call. AFAICT, this change is POSIX-compliant.
Diff Detail
|