public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Wrong NTFS permissions
@ 2024-01-23 21:54 Vincent Rivière
  2024-01-24  3:14 ` Marco Atzeri
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Rivière @ 2024-01-23 21:54 UTC (permalink / raw)
  To: cygwin

Hi,

I'm facing a really weird issue with NTFS permissions.

$ umask
0022

$ cd /cygdrive/h/
$ mkdir a

$ ls -ld a
drwxr-xr-x 1 vincent vincent 0 Jan 23 22:35 a

# You can see that permissions are fine.

$ getfacl a
# file: a
# owner: vincent
# group: vincent
user::rwx
group::r-x
other::r-x
default:user::rwx
default:group::r-x
default:other::rwx

# I have no idea if those default: values are good.

$ cd a
$ mkdir b

$ ls -ld b
drwxr-xrwx+ 1 vincent vincent 0 Jan 23 22:44 b

# Bogus permissions!

$ getfacl b
# file: b
# owner: vincent
# group: vincent
getfacl: b: Invalid argument

Am I missing something, or this is a Cygwin bug?

Cheers,

-- 
Vincent Rivière

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

end of thread, other threads:[~2024-01-24 14:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23 21:54 Wrong NTFS permissions Vincent Rivière
2024-01-24  3:14 ` Marco Atzeri
2024-01-24  8:35   ` Vincent Rivière
2024-01-24 14:32     ` Andrey Repin

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).