This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: setfacl can kill a drive


On Thu, Apr 9, 2015 at 10:05 PM, Steven Penny wrote:
> Even ignoring setfacl, I was unable to restore acl on the root.

After reading this page
http://support.microsoft.com/kb/237701

It appears I was able to use icacls on root with this syntax

    $ icacls 'C:\.' /save 'C:\acl.txt'
    processed file: C:\.
    Successfully processed 1 files; Failed processing 0 files

    $ icacls 'C:\.' /restore 'C:\acl.txt'
    processed file: C:\.\.
    Successfully processed 1 files; Failed processing 0 files

However after introducing setfacl it fails

    $ setfacl --remove-all /cygdrive/c

    $ icacls 'C:\.' /restore 'C:\acl.txt'
    C:\.\.: Access is denied.
    Successfully processed 0 files; Failed processing 1 files

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]