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: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.0.0-3


> 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


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