On 4/24/07, Mark Shellenbaum <[EMAIL PROTECTED]> wrote:
> Is it expected that if I have filesystem tank/foo and tank/foo/bar
> (mounted under /tank) then in order to be able to browse via
> /net down into tank/foo/bar I need to have group/other permissions
> on /tank/foo open?
>
You are running into bug:
4697677 permissions of underlying directory affect permissions of mount
point
And this is particularly annoying in ZFS when it creates a previously
non-existent mountpoint when you have a umask of 077. I played with
the codes and inserted
umask(0); at
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libzfs/common/libzfs_mount.c#248
It is a hack but it doesn't seem to affect anything else.
--
Just me,
Wire ...
Blog: <prstat.blogspot.com>
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss