Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasLeister/4ec2e9f98ce3a3993b8083ff2122bcba to your computer and use it in GitHub Desktop.
Save ThomasLeister/4ec2e9f98ce3a3993b8083ff2122bcba to your computer and use it in GitHub Desktop.
ACLs enabled for LXD / LXC containers on ZFS:
apt install acl (on host and container)
zfs set acltype=posixacl default/containers/kirby (on host)
(restart container)
=> *profit*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment