| delorie.com/archives/browse.cgi | search |
| 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:message-id:in-reply-to:references:date:subject | |
| :from:to:mime-version:content-type:content-transfer-encoding; q= | |
| dns; s=default; b=tLjderLx5IkMGhgF6gkOFkCt6Dy3vF5Abr76iLhJlhn0cz | |
| UzrYfJFbDXtaVau+KTOfJYUjta1Rai1XyXa4TRzrIjaRV0xN2DfvHyKyVq8F4eQf | |
| b+fO4lEfHJnQwC7NxF5GUnV86ud0uEkJLMF9qlIo5dZBBclDZi+JZ+RgheG1I= | |
| 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:message-id:in-reply-to:references:date:subject | |
| :from:to:mime-version:content-type:content-transfer-encoding; s= | |
| default; bh=xQ4FzLydGSc0TucMWdt5YXo18bk=; b=aYGmGgmEiRq9MuWX3Ent | |
| vziVU532LhydctObLjLDc7YDNr7HGfqW9t0snX/6NBo8owz8aggitB6bdZrFvCvH | |
| 5TsGeZFEvabKQtT2hYjw1puvERSKxnZn/R3aNYT4YshsAbRagVa4yeCkw4LZsMWr | |
| QFKyHFGkcRMZ2yPvPulO3MI= | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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=1.3 required=5.0 tests=AWL,BAYES_60,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 |
| X-HELO: | lb2-smtp-cloud6.xs4all.net |
| Message-ID: | <b962c3b9b72680589885fce04084640e.squirrel@webmail.xs4all.nl> |
| In-Reply-To: | <20150414145052.GF7343@calimero.vinschen.de> |
| References: | <2bbd046b7e2ea40818416d8a6d3f15b8 DOT squirrel AT webmail DOT xs4all DOT nl> <20150414085757 DOT GC7343 AT calimero DOT vinschen DOT de> <0ff693d9c8109bdddf3d892d005678b7 DOT squirrel AT webmail DOT xs4all DOT nl> <20150414145052 DOT GF7343 AT calimero DOT vinschen DOT de> |
| Date: | Tue, 14 Apr 2015 17:01:25 +0200 |
| Subject: | Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-3 |
| From: | "Houder" <houder AT xs4all DOT nl> |
| To: | cygwin AT cygwin DOT com |
| User-Agent: | SquirrelMail/1.4.22 |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
> On Apr 14 16:18, Houder wrote:
>> Btw, I installed update 4 to Cygwin 2.0 ... and observe no change in the output
>> of getfacl, icacls ... also user Henri is still denied write access ...
>
> Did you re-create the file?
No ... I created a second file, named alfa ...
Henri
++ Cygwin 2.0 -- logged on as user Test
%% 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
%%
++ logoff as Test, logged on as Henri
%% cd ../Test
%% pwd
/home/Test
%% id
uid=197608(Henri) gid=197121(None) groups=197121(None), ...
%% ls -l alfa
-r--rw---- 1 Test None 0 Apr 14 15:28 alfa
%% echo ho,ho > alfa
bash: alfa: Permission denied # here is my problem <====
%% 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
%%
=====
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |