Updated Manual (markdown)
@ -198,6 +198,8 @@ On the receiving side, you will need the compression, mountpoint, create, mount,
|
|||||||
root@target:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool
|
root@target:~# zfs allow -u remoteuser compression,mountpoint,create,mount,receive,rollback,destroy tank/backups/rpool
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Depending on your use-case, you can always try to restrict these permissions further.
|
||||||
|
|
||||||
### /dev/zfs permissions
|
### /dev/zfs permissions
|
||||||
|
|
||||||
On some distributions, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc)
|
On some distributions, you will need to change the permissions of /dev/zfs, so that regular users can write to it. This is safe, since the zfs kernel module handles access restrictions internally. (via zfs allow etc)
|
||||||
|
|||||||
Reference in New Issue
Block a user