summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2012-08-19 08:15:32 +0000
committerkuriyama <kuriyama@FreeBSD.org>2012-08-19 08:15:32 +0000
commit9f3e00996f364939fd7f6929ca9c5ad3ff0af8ec (patch)
tree979878b41c2d521ccf4df6ecbc4b45b3de3989e3 /etc/defaults
parenta561db427c77bbb77cd6416055a3d351f21460ed (diff)
downloadFreeBSD-src-9f3e00996f364939fd7f6929ca9c5ad3ff0af8ec.zip
FreeBSD-src-9f3e00996f364939fd7f6929ca9c5ad3ff0af8ec.tar.gz
- Allow to pass extra parameters for each jails.
- To achieve above, convert jail(8) invocation to use new style command line "-c" flag. Reviewed at: freebsd-jail@
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 41d1dca..b6bc27c 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -705,6 +705,7 @@ jail_sysvipc_allow="NO" # Allow SystemV IPC use from within a jail
#jail_example_mount_enable="NO" # mount/umount jail's fs
#jail_example_fstab="" # fstab(5) for mount/umount
#jail_example_flags="-l -U root" # flags for jail(8)
+#jail_example_parameters="allow.raw_sockets=1" # extra parameters for this jail
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
OpenPOWER on IntegriCloud