Marco Sommella wrote: > Hi everyone, i’m new. > > I need to create a zfs filesystem in my home dir as normal user. I added > in /etc/user_attr to my user account sys_mount and sys_config > privileges. I executed:
Instead of using RBAC for this it is much easier and much more flexible to use the ZFS delgated admin. # zfs allow -u marco create,mount tank/home/marco This then allows: marco$ zfs create tank/home/marco/Documents See the zfs(1) man page for more details. -- Darren J Moffat _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss