Cliff Wells wrote:
> I just talked to a friend of mine.  He informs me that if you're
using
> XFS or EXT3 with ACL support then you can do:
>
> chown -R <user> <directory>
> chmod 700 <directory>
> setfacl -R -m u:apache:r <directory>
>
> on the virtual host directories.  The user will then own the
directory
> and it will be unreadable by others. The setfacl command then gives
> apache read access to those directories.  After that, remove apache
from
> all the extra groups.

it seems that redhat removed acl support from the kernel. The
Changelog says:

12-AUG-02
Arjan van de Ven <[EMAIL PROTECTED]>:
- ACLs removed for now because of stability and correctness problem

So I either have to patch the kernel for acl support or to change the
allowed group number or think of something other. I'm really
disappointed in linux having this "user in only 32 group" limitation.

Cheers

Denis



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to