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: perlcc and permissions


Brian Dessent wrote: 
> > $ ls -l foo.pl
> > -rwx------+ 1 Administratorzy Brak 34 Aug 28 16:29 foo.pl
> > 
> > I guess that in strict mode the file should not be readable by me.
> > However, cat and perl can read it without problems.
> 
> I don't know why perlcc complains when perl does not. But the above
> statement is not necessarily true.  The "+" in the last column of the
> permissions means that there are extended ACLs that cannot be mapped to
> the simple posix "rwx" scheme.

$ getfacl.exe foo.pl
# file: foo.pl
# owner: Administratorzy
# group: Brak
user::rwx
group::---
group:SYSTEM:rwx
mask:rwx
other:---

Krzysztof Duleba


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


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