[NTLUG:Discuss] Samba, ACL - permissions
Jerome Haltom
wasabi at larvalstage.net
Tue Jun 5 19:54:27 CDT 2007
> @Jerome
> POSIX ACLs was my first throught on how to accomplish this. I know that you
> can set the ACL flag per partition in fstab. Once it's enabled, will that
> mess with any other programs that might be using that partition? If I
> choose to implement something else later and turn ACLs off, will the ACL
> data be saved? Will the old permissions still be there?
I believe ACLs are on by default in most distros now. At least in
Ubuntu. Just need to install the `acl` package. ACLs are stored in
extended attributes of the file system, so they will stay with the file
whether the mount option is used or not.
They are also compatible with standard POSIX permissions. They won't
hurt any programs.
More information about the Discuss
mailing list