Re: [zfs-discuss] RBAC and ZFS FileSystemManagement

2006-06-29 Thread Frank Leers
On Thu, 2006-06-29 at 16:29 -0700, Jonathan Adams wrote: > Yeah; you need to be using a profile shell to get access to profile-enabled > commands: > > $ zfs create pool/aux2 > cannot create 'pool/aux2': permission denied > $ pfksh > $ zfs create pool/aux2 > $ exit > $ > > Either set your shell

Re: [zfs-discuss] RBAC and ZFS FileSystemManagement

2006-06-29 Thread Jonathan Adams
On Thu, Jun 29, 2006 at 06:08:18PM -0500, James Dickens wrote: > I think I have found a bug in ZFS profiles as defined in > # uname -av > SunOS enterprise 5.11 snv_39 sun4u sparc SUNW,Ultra-2 > # > > # usermod -P "ZFS File System Management" zfsadmin > > # su zfsadmin > > # zfs create pool2/te