From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115140 invoked by alias); 14 Apr 2015 15:26:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 115128 invoked by uid 89); 14 Apr 2015 15:26:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: lb2-smtp-cloud6.xs4all.net Received: from lb2-smtp-cloud6.xs4all.net (HELO lb2-smtp-cloud6.xs4all.net) (194.109.24.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 14 Apr 2015 15:26:25 +0000 Received: from webmail.xs4all.nl ([194.109.26.18]) by smtp-cloud6.xs4all.net with ESMTP id FrSM1q00H0PS7C201rSMNd; Tue, 14 Apr 2015 17:26:21 +0200 Received: from 83.162.234.136 (SquirrelMail authenticated user incog) by webmail.xs4all.nl with HTTP; Tue, 14 Apr 2015 17:26:21 +0200 Message-ID: In-Reply-To: <20150414151255.GM7343@calimero.vinschen.de> References: <2bbd046b7e2ea40818416d8a6d3f15b8.squirrel@webmail.xs4all.nl> <20150414085757.GC7343@calimero.vinschen.de> <0ff693d9c8109bdddf3d892d005678b7.squirrel@webmail.xs4all.nl> <20150414145052.GF7343@calimero.vinschen.de> <20150414151255.GM7343@calimero.vinschen.de> Date: Tue, 14 Apr 2015 15:26:00 -0000 Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-3 From: "Houder" To: cygwin@cygwin.com User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00311.txt.bz2 > On Apr 14 17:01, Houder wrote: >> %% uname -a >> CYGWIN_NT-6.1-WOW Seven 2.0.0(0.287/5/3) 2015-04-14 10:45 i686 Cygwin >> %% pwd >> /home/Test >> %% touch alfa >> %% chmod 460 alfa >> %% echo aha > alfa >> bash: alfa: Permission denied # no problem here ... >> >> %% getfacl alfa >> # file: alfa >> # owner: Test >> # group: None >> user::r-- >> group::r-x >> mask:rw- >> other:--- >> %% icacls alfa >> alfa NULL SID:(DENY)(Rc,S,WEA,X,DC) >> Seven\Test:(DENY)(S,WD,AD,WEA,DC) >> Seven\Test:(R,D,WDAC,WO,WA) >> Seven\None:(DENY)(S,X) >> Seven\None:(RX) >> Everyone:(Rc,S,RA) >> Successfully processed 1 files; Failed processing 0 files >> %% > > This looks exactly like the ACL created by -0.3. It produces this MASK > value. The rest is just the logical consequence. But it doesn't do > that for me: > > $ uname -a > CYGWIN_NT-6.3 vmbert8164 2.0.0(0.287/5/3) 2015-04-14 10:47 x86_64 Cygwin > $ touch alfa > $ getfacl alfa > # file: alfa > # owner: corinna > # group: vinschen > user::rw- > group::r-- > other:r-- > > $ chmod 460 alfa > $ getfacl alfa > # file: alfa > # owner: corinna > # group: vinschen > user::r-- > group::rw- > other:--- > > $ icacls alfa | cat > alfa NULL SID:(DENY)(Rc,S) > VINSCHEN\corinna:(DENY)(S,WD,AD,WEA,DC) > VINSCHEN\corinna:(R,D,WDAC,WO,WA) > VINSCHEN\vinschen:(R,W) > Everyone:(Rc,S,RA) > > The only reason I can think of is that the parent dir has default > permissions which imply the mask value already. So, what does > `icacls . | cat' in this directory print? %% icacls . | cat . NULL SID:(DENY)(Rc,S,REA,X,DC) Seven\Test:(F) Seven\None:(RX) Everyone:(RX) NULL SID:(OI)(CI)(IO)(DENY)(Rc,S,REA,X,DC) CREATOR OWNER:(OI)(CI)(IO)(F) CREATOR GROUP:(OI)(CI)(IO)(RX) Everyone:(OI)(CI)(IO)(RX) Successfully processed 1 files; Failed processing 0 files > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Maintainer cygwin AT cygwin DOT com > Red Hat > -- 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