[_] ACLs on FreeBSD/Linux
Oliver Humpage
oliver at watershed.co.uk
Fri Aug 31 13:33:02 BST 2007
on 31/8/07 12:44, Amias Channer at underscore at amias.org.uk wrote: > maybe if you specically unset the umask then the acl should work as > expected ? after all its just a mask so setting it to 000 should make > sure it has no effect. Not having a umask and relying on an ACL mask just seems instinctively icky, in a "what happens if for some reasons ACLs are removed" kinda way. But it'd certainly work (although these are "scponlyc" accounts uploading straight to a DocumentRoot with no home environment, so I'd need to set a umask of 000 via a class in login.conf). I'll give it some thought :) Thanks, Oliver.