On Wed, 2006-08-23 at 14:38 -0700, Darren Dunham wrote: > For those folks that like to live just *over* the edge and would like to > use ACL-less backups on ZFS with existing networker clients, what is the > possibility of creating a pre-loadable library that wrapped acl(2)?
I may regret admitting this, but I've managed to implement something very much like this. > Have it just hand off the same result except return 0 when the actual > call was an error set to ENOSYS. That's what I thought, but networker gets upset when it's handed a zero-element acl. UFS provides a 4-element acl conveying the same information as file owner, group, and mode; my LD_PRELOAD hack had to do likewise. - Bill _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss