aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJamie Gritton <jamie@FreeBSD.org>2024-09-19 19:49:01 +0000
committerJamie Gritton <jamie@FreeBSD.org>2024-09-19 19:49:01 +0000
commitae1a0648b05acf798816e7b83b3c10856de5c8e5 (patch)
treea0c87e4cc499cd36f9ad0543e1f849b836693dce /usr.sbin
parent567d9fe8adf057eb26f57cd615b2a89cd213371a (diff)
downloadsrc-ae1a0648b05acf798816e7b83b3c10856de5c8e5.tar.gz
src-ae1a0648b05acf798816e7b83b3c10856de5c8e5.zip
jail: unbreak the zfs.mount_snapshot option
The change of its description from integer to boolean didn't actually change it to a boolean, but only made it impossible to set as either a boolean or an integer. Rather than make it work as a boolean parameter should, just revert to the old (working) integer parameter, and change the documentation to match. PR: 274263 Reported by: andrew.hotlab at hotmail
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jail/jail.86
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index 19e89ce661a9..881d07b1b626 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 12, 2024
+.Dd September 19, 2024
.Dt JAIL 8
.Os
.Sh NAME
@@ -789,8 +789,8 @@ Allow access to SYSV IPC semaphore and shared memory primitives, in the
same manner as
.Va sysvmsg .
.It Va zfs.mount_snapshot
-Allow jailed users to access the contents of ZFS snapshots under the
-filesystem's
+When set to 1, jailed users may access the contents of ZFS snapshots
+under the filesystem's
.Pa .zfs
directory.
If