[_] ACLs on FreeBSD/Linux
Oliver Humpage
oliver at watershed.co.uk
Fri Aug 31 11:31:45 BST 2007
on 30/8/07 12:59, Amias Channer at underscore at amias.org.uk wrote: > I haven't really played with this much but have you > checked if the user you are testing has a umask set ? Ahh, seems that FreeBSD follows the POSIX standard, which basically says the umask should override the ACL mask. No-one else follows that (Linux, Solaris, etc). Grrrrrr. Kinda defeats the point of ACLs. Well, I'm not going to change the umask to 002 for the users just to make everything group-writeable, that's horrible. Will have to find another workaround. Thanks for the tip, Oliver.