how do i create a trusted-installer? (was Re: Trying to create default ACL entries to match file ACL entries)

2019-06-06 Thread L A Walsh
On 2019/06/04 14:34, Chris Wagner wrote: > Hi Linda, / is just a mount to something like C:\Cygwin64 so there is no > problem in changing it. > Uh...about thatoh my system '/' points to 'C:\'. Isn't life fun! I think I finally got it. I broke down and used "icacls" for fine tuni

Re: Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread Brian Inglis
On 2019-06-04 15:34, Chris Wagner wrote: > / is just a mount to something like C:\Cygwin64 so there is no problem > in changing it. > You should delete all the target thing's permissions first to guarantee > starting > from a clean slate. > $ setfacl -kb z2/ && getfacl z1/ |setfacl -f - z2/ > This

Re: Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread L A Walsh
On 2019/06/04 14:26, Brian Inglis wrote: > On 2019-06-04 13:59, L A Walsh wrote: > >> lets see if this is more clear: >> On 2019/06/04 12:44, Eliot Moss wrote: >> >>> On 6/4/2019 3:34 PM, L A Walsh wrote: >>> I am trying to create an entry for '/' (or '.' w/me sitting in '/') >>

Re: Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread Chris Wagner
Hi Linda, / is just a mount to something like C:\Cygwin64 so there is no problem in changing it. You should delete all the target thing's permissions first to guarantee starting from a clean slate. $ setfacl -kb z2/ && getfacl z1/ |setfacl -f - z2/ This works for me with the latest packages.

Re: Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread Brian Inglis
On 2019-06-04 13:59, L A Walsh wrote: > lets see if this is more clear: > On 2019/06/04 12:44, Eliot Moss wrote: >> On 6/4/2019 3:34 PM, L A Walsh wrote: >>> I am trying to create an entry for '/' (or '.' w/me sitting in '/') >>> where the default entries are the same as the file entries. >>>

Re: Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread L A Walsh
lets see if this is more clear: On 2019/06/04 12:44, Eliot Moss wrote: > On 6/4/2019 3:34 PM, L A Walsh wrote: > >> I am trying to create an entry for '/' (or '.' w/me sitting in '/') >> where the default entries are the same as the file entries. >> ^^^ >> >> so tried doing: >> >

Re: Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread Eliot Moss
On 6/4/2019 3:34 PM, L A Walsh wrote: I am trying to create an entry for '/' (or '.' w/me sitting in '/') where the default entries are the same as the file entries. O ... not sure _I'd_ mess what / on a Windows system! I noticed the example give in the manpage for copying entries: The s

Trying to create default ACL entries to match file ACL entries

2019-06-04 Thread L A Walsh
I am trying to create an entry for '/' (or '.' w/me sitting in '/') where the default entries are the same as the file entries. I noticed the example give in the manpage for copying entries: The special filename "-" indicates reading from stdin. Note that you can use this with getfacl and