diff options
author | gldisater <[email protected]> | 2021-03-16 18:01:21 -0400 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2021-06-23 13:22:14 -0700 |
commit | f7797f3f5ec2b82a2f79dd5242c375ba3114fde4 (patch) | |
tree | 2486e350572a70787d2b5660ccc0f06cb52fe561 /man | |
parent | 2439e95f36d2900f70e72280e6427a4f44708334 (diff) |
Hold and release permissions exist
The man page was missing these two permissions.
Add the missing permissions to the man page.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Jeremy Faulkner <[email protected]>
Closes #11727
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs-allow.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/man8/zfs-allow.8 b/man/man8/zfs-allow.8 index ac4bf658b..192511225 100644 --- a/man/man8/zfs-allow.8 +++ b/man/man8/zfs-allow.8 @@ -205,6 +205,7 @@ diff subcommand Allows lookup of paths within a dataset given an object number, and the ability to create snapshots necessary to 'zfs diff'. +hold subcommand Allows adding a user hold to a snapshot load-key subcommand Allows loading and unloading of encryption key (see 'zfs load-key' and 'zfs unload-key'). change-key subcommand Allows changing an encryption key via @@ -214,6 +215,8 @@ promote subcommand Must also have the 'mount' and 'promote' ability in the origin file system receive subcommand Must also have the 'mount' and 'create' ability +release subcommand Allows releasing a user hold which might + destroy the snapshot rename subcommand Must also have the 'mount' and 'create' ability in the new parent rollback subcommand Must also have the 'mount' ability |