Jail in zfs filesystem: non-root user has no access

2015-01-17 Thread javocado
System: FreeBSD 8.4 amd We have a jail in a zfs filesystem with the following create properties: zpool create -O devices=off -O atime=off -O setuid=off -O exec=off -O compression=on ... zfs create -o devices=off -o atime=off -o setuid=off -o compression=on -o ... Everything works and runs fine,

Re: Jail in zfs filesystem: non-root user has no access

2015-01-17 Thread Jason Hellenthal
Can you jexec into the jail as that user ? -- Jason Hellenthal Mobile: +1 (616) 953-0176 jhellent...@dataix.net JJH48-ARIN On Jan 17, 2015, at 12:04, javocado wrote: System: FreeBSD 8.4 amd We have a jail in a zfs filesystem with the following create properties: zpool create -O devices=o

Re: Jail in zfs filesystem: non-root user has no access

2015-01-17 Thread Allan Jude
On 2015-01-17 13:04, javocado wrote: > System: FreeBSD 8.4 amd > > We have a jail in a zfs filesystem with the following create properties: > > zpool create -O devices=off -O atime=off -O setuid=off -O exec=off -O > compression=on ... > > zfs create -o devices=off -o atime=off -o setuid=off -o c