diff options
author | delphij <delphij@FreeBSD.org> | 2013-08-23 22:52:20 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-08-23 22:52:20 +0000 |
commit | b93cf732047c8ac0128b11fd4cc88d223c23f0b7 (patch) | |
tree | 797aa361030bae714654b6e39d8760ffacce6efb /usr.sbin | |
parent | cf73bc83b843229737a78ef19ec7f10c25ac83bf (diff) | |
download | FreeBSD-src-b93cf732047c8ac0128b11fd4cc88d223c23f0b7.zip FreeBSD-src-b93cf732047c8ac0128b11fd4cc88d223c23f0b7.tar.gz |
Allow tmpfs be mounted inside jail.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index b96cfef..88d69f9 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 15, 2012 +.Dd August 23, 2013 .Dt JAIL 8 .Os .Sh NAME @@ -545,6 +545,14 @@ This permission is effective only together with and if .Va enforce_statfs is set to a value lower than 2. +.It Va allow.mount.tmpfs +privileged users inside the jail will be able to mount and unmount the +tmpfs file system. +This permission is effective only together with +.Va allow.mount +and if +.Va enforce_statfs +is set to a value lower than 2. .It Va allow.mount.zfs privileged users inside the jail will be able to mount and unmount the ZFS file system. |