> usually the 'guest' filesystem is already mounted > on the host, so if you have it mounted with acl, > the acls will be used inside and outside the guest
Ummm, OK. Below you will find how it looks like on my system. But as a general question: how/where can I specify the mount options for the root filesystem of the vserver? ebbalanin:~# mount | grep acl /dev/hda1 on / type reiserfs (rw,acl,notail) ebbalanin:~# cat /etc/vservers/svnserver1/apps/init/mtab | grep acl /dev/hdv1 / ufs rw,acl 0 0 ebbalanin:~# touch test ; setfacl -m u:root:rwx /tmp/test ebbalanin:~# vserver svnserver1 enter svnserver1:/# su - svnserver1:~# mount | grep acl /dev/hdv1 on / type ufs (rw,acl) svnserver1:~# touch /tmp/test ; setfacl -m u:root:rwx /tmp/test setfacl: /tmp/test: Operation not supported Cheers, January -- ------------ January Weiner 3 ---------------------+--------------- Division of Bioinformatics, University of Muenster | Schloßplatz 4 (+49)(251)8321634 | D48149 Münster http://www.uni-muenster.de/Biologie.Botanik/ebb/ | Germany _______________________________________________ Vserver mailing list [email protected] http://list.linux-vserver.org/mailman/listinfo/vserver
