aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/man4/zfs.49
-rw-r--r--man/man7/zfsconcepts.72
-rw-r--r--man/man7/zfsprops.76
3 files changed, 13 insertions, 4 deletions
diff --git a/man/man4/zfs.4 b/man/man4/zfs.4
index 6840dc317..5a47cbbe2 100644
--- a/man/man4/zfs.4
+++ b/man/man4/zfs.4
@@ -1570,6 +1570,15 @@ which have the
.Em no_root_squash
option set.
.
+.It Sy zfs_snapshot_no_setuid Ns = Ns Sy 0 Ns | Ns 1 Pq int
+Whether to disable
+.Em setuid/setgid
+support for snapshot mounts triggered by access to the
+.Sy .zfs/snapshot
+directory by setting the
+.Em nosuid
+mount option.
+.
.It Sy zfs_flags Ns = Ns Sy 0 Pq int
Set additional debugging flags.
The following flags may be bitwise-ored together:
diff --git a/man/man7/zfsconcepts.7 b/man/man7/zfsconcepts.7
index 1be3d961c..1d2dff7e4 100644
--- a/man/man7/zfsconcepts.7
+++ b/man/man7/zfsconcepts.7
@@ -71,7 +71,7 @@ File system snapshots can be accessed under the
directory in the root of the file system.
Snapshots are automatically mounted on demand and may be unmounted at regular
intervals.
-The visibility of the
+The availability and visibility of the
.Pa .zfs
directory can be controlled by the
.Sy snapdir
diff --git a/man/man7/zfsprops.7 b/man/man7/zfsprops.7
index 4ea91bb90..06e279796 100644
--- a/man/man7/zfsprops.7
+++ b/man/man7/zfsprops.7
@@ -1848,11 +1848,11 @@ Controls whether the volume snapshot devices under
are hidden or visible.
The default value is
.Sy hidden .
-.It Sy snapdir Ns = Ns Sy hidden Ns | Ns Sy visible
+.It Sy snapdir Ns = Ns Sy disabled Ns | Ns Sy hidden Ns | Ns Sy visible
Controls whether the
.Pa .zfs
-directory is hidden or visible in the root of the file system as discussed in
-the
+directory is disabled, hidden or visible in the root of the file system as
+discussed in the
.Sx Snapshots
section of
.Xr zfsconcepts 7 .