rc: Rename jail's rc default variables
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 27 Sep 2019 22:27:21 +0000 (00:27 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 27 Sep 2019 22:34:31 +0000 (00:34 +0200)
commit9432215f10bd97b08a64849eb73cbb767d8f3d1c
tree2b86254c4b83e409a563347557fcbc1a588f89bc
parent483dbac9e76541fdb8b69b56f17673a54a4f3a81
rc: Rename jail's rc default variables

- Also add the remaining sysctls that were not handled. Here's
  the current list:

      jail_default_set_hostname_allow       (default: enabled)
      jail_default_socket_unixiproute_only  (default: enabled)
      jail_default_sysvipc_allow            (default: disabled)
      jail_default_chflags_allow            (default: disabled)
      jail_default_raw_sockets_allow        (default: disabled)

- You can override the default by editing rc.conf(5) as usual, please
  make sure you adjust these variables if you're using them.
etc/defaults/rc.conf
etc/rc.d/jail
share/man/man5/rc.conf.5