Skip to content

Instantly share code, notes, and snippets.

@CRTX
Created April 5, 2022 05:59
Show Gist options
  • Save CRTX/8d6b76a1984272c508a9fabc7b94efd7 to your computer and use it in GitHub Desktop.
Save CRTX/8d6b76a1984272c508a9fabc7b94efd7 to your computer and use it in GitHub Desktop.
enable ACLs

sudo zfs set acltype=posixacl pool/path

setfacl -Rm g:debian-transmission:rwx .

setfacl -d -Rm g:debian-transmission:rwx .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment