aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2012-08-19 08:15:32 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2012-08-19 08:15:32 +0000
commit9b9bfdcc304f084903c29c6c70d89ce9fc30a8f6 (patch)
tree979878b41c2d521ccf4df6ecbc4b45b3de3989e3 /etc/defaults/rc.conf
parente913fcda9d48d23853737e5621dc7bafb4501de0 (diff)
downloadsrc-9b9bfdcc304f084903c29c6c70d89ce9fc30a8f6.tar.gz
src-9b9bfdcc304f084903c29c6c70d89ce9fc30a8f6.zip
- 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@
Notes
Notes: svn path=/head/; revision=239382
Diffstat (limited to 'etc/defaults/rc.conf')
-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 41d1dca7f42a..b6bc27c1e1a7 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.* ##