A user "sender" needs the following permissions set to send a ZFS dataset:
# zfs allow -u sender send,snapshot txpool
On the receiving side, the user "receiver" requires these permissions:
# zfs allow -u receiver compression,mountpoint,mount,create,receive rxpool
-- Benedict Reuschling