Active Support ACL in FC3

Rick Stevens rstevens at vitalstream.com
Mon Aug 1 22:56:48 UTC 2005


Rodrigo Faria Tavares wrote:
> Hello,
> 
> I have a big problem.
> I installed th kernel 2.6.12 in FC3.
> Before install it, i make the o download of source kernel 2.6.12. And i 
> see the options acl checked, with the comando make menuconfig.
> After installed kernel 2.6.12 i tried this command.
> 
> [root at faria ~]# setfacl -m u:faria:rwx install.log
> setfacl: install.log: Operação não suportada
> 
> I found this files in build :
> 
> ./BUILD/kernel-2.6.12/linux-2.6.12/include/config/ext3/fs/posix/acl.h
> ./BUILD/kernel-2.6.12/linux-2.6.12/fs/ext3/acl.c
> ./BUILD/kernel-2.6.12/vanilla/fs/ext3/acl.h
> ./BUILD/kernel-2.6.12/vanilla/fs/ext3/acl.c
> 
> The files are in the system, but i believe than files must stay another 
> directory.
> 
> How I can to resolve this problem ?

You must make sure that the filesystem was mounted with ACL support.
You can do this on-the-fly by remounting the filesystems in question.
For example, to use ACLs on the /var filesystem:

	# mount -o remount,acl /var

To make this survive reboots, you should add ",acl" to the options field
on the /etc/fstab entries for each filesystem you want to use ACLs on as
shown below:

     LABEL=/var     /var   ext3    defaults,acl   1   2
----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-           Denial.  It ain't just a river in Egypt anymore!         -
----------------------------------------------------------------------




More information about the Redhat-install-list mailing list