-
-
Save masonmark/bf4800d5037c89e3d4443d47bbe7c1a6 to your computer and use it in GitHub Desktop.
Delegating all permissions to myself on zfs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ZFS_FILESYSTEM=fixme_whatever | |
export ZFS_USER=fixme_whoever | |
sudo zfs allow -s @allperm allow,clone,create,destroy,mount,promote,receive,rename,rollback,send,share,snapshot $ZFS_FILESYSTEM | |
sudo zfs allow $ZFS_USER @allperm $ZFS_FILESYSTEM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment