public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix facl on files opened with O_PATH
@ 2021-02-23 22:49 Ken Brown
  2021-02-23 22:49 ` [PATCH 1/1] Cygwin: facl: fail with EBADF " Ken Brown
  2021-02-24  9:42 ` [PATCH 0/1] Fix facl " Corinna Vinschen
  0 siblings, 2 replies; 3+ messages in thread
From: Ken Brown @ 2021-02-23 22:49 UTC (permalink / raw)
  To: cygwin-patches

I'm not sure if this patch is right.  Should facl fail on all commands
or just on SETACL?  If the command is GETACL, for example, should this
fail like fgetxattr(2) or should it succeed like fstat(2)?

Cygwin may be the only platform that supports both facl(2) and O_PATH,
so I guess we're on our own here.

Ken Brown (1):
  Cygwin: facl: fail with EBADF on files opened with O_PATH

 winsup/cygwin/sec_acl.cc | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-24  9:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 22:49 [PATCH 0/1] Fix facl on files opened with O_PATH Ken Brown
2021-02-23 22:49 ` [PATCH 1/1] Cygwin: facl: fail with EBADF " Ken Brown
2021-02-24  9:42 ` [PATCH 0/1] Fix facl " Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).