On 2020-10-23 14:02, Jim McNamara via Cygwin wrote:
> I have : group everyone and my user sid as my ACLs with their permissions
> in cygwin. I use chmod to set permissions and dont use fstab.
>
> Can someone please check by right clicking properties security tab in win
> 10 and verify that is all I need?
>
> I'm not using any domains.
>
> I'm not sure if I need system object that is used for OS things. I dont
> think so but am not sure.
Not sure what you are asking about, but if you run
$ ls -dl dir; getfacl dir; icacls dir
$ ls -dl dir/file; getfacl dir/file; icacls dir/file
you can see how POSIX perms get translated into POSIX ACLs and implemented as
Windows ACLs.
If anything appears complex or inconsistent, try running setfacl -b on dirs or
files then reapply chmod perms and recheck with the above.
--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada
This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation: https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple