X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=r3 S5Oa6inxglWL0ffcARQphG7CM4u8VVYQOX22k0XxAqnOzI75ZOzI8SjmQUFSY3X5 smheot7UFzF3tUTQnP+ExkSGoNzIqJPwbYKn1DTKIMFegFxxvwa9No+lwd+xtR/f nFE2LR7H1UWMyczaEJqNis3BvoZO8X4dVlxqb12UQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=q7fD7tbW 95NQwSoNrJb6U2EH2l4=; b=amP2ARc0Rzr7nyYAztNkPXWUKbi6FzGiMD5NpN/4 GgK+7xZWGg4r5ZF38BSO2vvWg2RYlWkbnXNLjBau5/RaX3t+jfe5FO0mN4Tl0Mzt 4aNgxIo/50aTAjdu4lY/lnWwcv5IEyecdKGl46W/aIr599LpG3Cewt6ON+IE6lF/ aG4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f180.google.com MIME-Version: 1.0 X-Received: by 10.107.34.210 with SMTP id i201mr52377239ioi.1.1428637089880; Thu, 09 Apr 2015 20:38:09 -0700 (PDT) In-Reply-To: References: <20150409074328 DOT GO2819 AT calimero DOT vinschen DOT de> Date: Thu, 9 Apr 2015 22:38:09 -0500 Message-ID: Subject: Re: setfacl can kill a drive From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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