On Sun, 2004-02-08 at 04:03 -0500, Andres Salomon wrote:
> Hi Stas,
> 
> I was wondering about the status of ACL support for modperl2.  The
> following two urls contain info and patches:
> 
> http://www.gossamer-threads.com/archive/mod_perl_C1/modperl_F7/%5BPATCH%5D_acl_support_P58252/
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230439
> 
> However, I haven't seen any patches that have been verified to work w/ ACL
> setups, and don't break w/ non-ACL setups.  Have you gotten any success
> reports on your patch?
> 

Well, after reading the threads and getting my box setup with ext3fs
ACLs, I was able to run basic tests with:

-e somefile 

and

use filetest 'access';
-e somefile

And as far as I can tell, it works the way I expected it to in every
case.

So I guess it would be safe to use filetest 'access' in ModPerl-Registry
(at least on Linux), but I would worry about:

1. Other Uni*es and Win32
2. ACL support in APR/httpd
3. When was the filetest.pm module introduced in the Perl core ?

But, I'd be for using this if it doesn't causes false negatives for
anybody. (A bit of a problem to write a portable test for it though)

> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
--------------------------------------------------------------------------------
Philippe M. Chiasson /gozer\@(cpan|ectoplasm)\.org/ 88C3A5A5 (122FF51B/C634E37B)
http://gozer.ectoplasm.org/    F9BF E0C2 480E 7680 1AE5 3631 CB32 A107 88C3 A5A5
Q: It is impossible to make anything foolproof because fools are so ingenious.
perl -e'$$=\${gozer};{$_=unpack(P7,pack(L,$$));/^JAm_pH\n$/&&print||$$++&&redo}'

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to