Darren J Moffat wrote:
Sachin Palav wrote:
Hello Friends,

Can some please let me know how I can disable ZFS ACL completely. I want to use 
ZFS  with plain unix permission without ACL support

I'm really curious as to why you want to do that but it seems that ZFS allows you to do so. It is documented in the zfs(1) man page.

zfs set aclinherit=discard <dataset>
zfs set aclmode=discard <dataset>

Maybe I missed something? Is there something about ZFS ACL's that does allow you to set them for the same effective behavior as 'unix permissions'?

By default would anyone expecting and assuming 'unix permissions' were in use even notice that ZFS was really using something else?

Does ZFS ACL inheiritance support the same functionality that setting setgid on a directory did in 'unix permissions'?

  -Kyle


_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to