git: rc: Rename jail's rc default variables

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Fri Sep 27 15:42:57 PDT 2019


commit 9432215f10bd97b08a64849eb73cbb767d8f3d1c
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Sat Sep 28 00:27:21 2019 +0200

    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.

Summary of changes:
 etc/defaults/rc.conf     |  8 +++++---
 etc/rc.d/jail            | 14 +++++++++-----
 share/man/man5/rc.conf.5 | 18 ++++++++++++++----
 3 files changed, 28 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9432215f10bd97b08a64849eb73cbb767d8f3d1c


-- 
DragonFly BSD source repository


More information about the Commits mailing list