[CentOS] CentOS 4.4 and ACLs

Thu Dec 7 17:27:44 UTC 2006
Daniel de Kok <daniel-lists at taickim.com>

On Thu, 7 Dec 2006 10:49:08 -0500 (EST)
Ian Bonnycastle <ibonny at jhu.edu> wrote:
>      Right now, the system is set up as follows:
> 
> /etc/fstab:
> 
> LABEL=/   /   ext3,acl   defaults   1 1

acl is a filesystem option, so use it as a file system option ;). E.g.:

LABEL=/   /   ext3   defaults,acl   1 1

-- Daniel