Where do I set acl's the SME Server way - permanently?
I tried adding acl to this line in /etc/e-smith/templates/etc/fstab/50EnableQuotasForRootFS
{
# Change defaults => usrquota,grpquota,acl for / file system
@lines = map {
/\s\/\s+ext[23]\s+defaults\s/ && s/defaults/usrquota,grpquota,acl/;
$_
} @lines;
"";
}
Didn't work
I tried modifying /etc/fstab manually, did a reconfigure and reboot and the acl sticks - but is this the SME Server way?