]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: facl: fail with EBADF on files opened with O_PATH
authorKen Brown <kbrown@cornell.edu>
Tue, 23 Feb 2021 22:07:00 +0000 (17:07 -0500)
committerKen Brown <kbrown@cornell.edu>
Wed, 24 Feb 2021 12:59:41 +0000 (07:59 -0500)
commit117ddd9dd093aefa839899a452a4ae52cea18b4d
tree5f71fd4bbdad2e6bbb7c23ba61178848533de3ae
parent949fe7bec564f91818bad801bda47a4ddd58fadf
Cygwin: facl: fail with EBADF on files opened with O_PATH

This is in the spirit of the Linux requirement that file operations
like fchmod(2), fchown(2), and fgetxattr(2) fail with EBADF on files
opened with O_PATH.
winsup/cygwin/sec_acl.cc
This page took 0.028963 seconds and 5 git commands to generate.