do
ppriv -e -D cmd
and you will see the privs you need to add.
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
On Tue, 15 Apr 2008, Darren J Moffat wrote:
> 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
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 th
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:
/usr/sbin/mkfile 100M tank_file
/sbin/zpool create -R /export/home/marco/tank tank
/export/home/marco/tank_file