How to Enable Access-Based Enumeration for a Share

This procedure shows how to use the zfs command to enable ABE filtering for a share, but you can also use the share command for other file system types. See the share(8) man page.

  1. Become an administrator.
  2. Enable ABE filtering for a specified share.
    $ zfs share -o share.smb=on -o share.smb.abe=on pool/dataset%share-name

    For example, the following command enables ABE filtering for the new myshare share:

    $ zfs create tank/home
    $ zfs share -o share.smb=on -o share.smb.abe=on tank/home%myshare