Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 1999 16:32:42 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, nbm@mithrandr.moria.org
Cc:        freebsd-bugs@FreeBSD.ORG, jkoshy@FreeBSD.ORG, sheldonh@uunet.co.za
Subject:   Re: conf/13357: add flag in rc.conf to automatically turn on vfs.usermount
Message-ID:  <199908270632.QAA06461@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> Why not spell it as vfs.usermount and invoke it using sysctl in
>> /etc/rc.local?
>
>/etc/rc.local implies that we're not going to do anything towards making
>the task easier for new users.

That is probably correct for vfs_usermount.  Lite2 permits anyone to
mount if the directory and device permissions allow it (and anyone can
do buggy `mount -t union's with their own directories).  vfs.usermount
is a hack to tuen off the Lite2 behaviour by default.  New users
probably don't understand the security problems with enabling it.

>I like the /etc/sysctl.conf idea, but I haven't seen much movement there
>yet.  sysinstall already has glue for doing things in rc.conf - I'd
>prefer /etc/sysctl.conf if sysinstall can/will use it.

sysctls could also be put in config variables indirectly like
${network_interfaces}/${ifconfig_<each interface>}.  I prefer an
explicit list.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908270632.QAA06461>