简体   繁体   中英

How can I stop cygwin updating ACL in windows

I'm using cygwin version 2.11.2, When creating a directory through my code with rsync , cygwin setting ACL which windows consider as "NULL SID".

I've gone through the help, tried updating /etc/fstab with "noacl" followed by reboot but no luck.

Is there any alternate way I can make cygwin not to update ACL at all or any way to guide cywin to update a proper ACL.

Cygwin is using proper ACLs, see for details
https://cygwin.com/cygwin-ug-net/ntsec.html

assuming you are not interested in Cygwin POSIX permissions in some area of your disk, like /cygdrive you can use the option noacl in etc/fstab/

https://cygwin.com/cygwin-ug-net/using.html#mount-table

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM