Re: ACL behavior in Cygwin // Re: (call-process ...) hangs in emacs

2014-08-29 Thread Corinna Vinschen
On Aug 28 21:00, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > >> > It's what "acl" means on Cygwin. "acl" means that Windowsd ACLs are used > >> > and permissions are handled and converted to and from POSIX permissions. > >> > "noacl" means, Cygwin ignores all ACLs and fakes ownership a

Re: ACL behavior in Cygwin // Re: (call-process ...) hangs in emacs

2014-08-28 Thread Achim Gratz
Andrey Repin writes: >> What Cygwin could do is to perform ACL-based access checks independently of >> the "acl"/"noacl" mount mode on FSes supporting ACLs. However, if you want >> ACLs, why not use the "acl" mount mode in the first place? > > ACL inheritance, mostly. POSIX'ized permissions break

ACL behavior in Cygwin // Re: (call-process ...) hangs in emacs

2014-08-28 Thread Andrey Repin
Greetings, Corinna Vinschen! >> > It's what "acl" means on Cygwin. "acl" means that Windowsd ACLs are used >> > and permissions are handled and converted to and from POSIX permissions. >> > "noacl" means, Cygwin ignores all ACLs and fakes ownership and POSIX >> > permissions only based only on fi