On Thu, Aug 03, 2006 at 01:35:54AM -0700, Tom Simpson wrote:
> Well,
> 
> You're spot on.  Turns out that our datacentre boys change the umask of root 
> to 0027.
> 
> :-(

Many years ago, back in the days of Solaris 2.5.1, changing root's umask
to 027 caused problems if you, say, restarted the automounter -- you
couldn't pwd inside filesystems automounted after the restart.

That's because automountd would mkdir() the mount-point, and it'd have
the wrong permissions, so .. traversal would break.  That .. traversal
should care about the covered node's permissions is a bug.

Nico
-- 
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to