Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144566008
D49844.1775488572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
946 B
Referenced Files
None
Subscribers
None
D49844.1775488572.diff
View Options
diff --git a/libexec/rc/rc.subr b/libexec/rc/rc.subr
--- a/libexec/rc/rc.subr
+++ b/libexec/rc/rc.subr
@@ -1259,6 +1259,9 @@
nfsd)
_svcj_cmd_options="allow.nfsd enforce_statfs=1 ${_svcj_cmd_options}"
;;
+ routing)
+ _svcj_cmd_options="allow.routing ${_svcj_cmd_options}"
+ ;;
settime)
_svcj_cmd_options="allow.settime ${_svcj_cmd_options}"
;;
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 6, 2025
+.Dd May 11, 2025
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -5019,6 +5019,8 @@
have not had jail functionality added to them.
.It nfsd
Allows to run nfsd and affiliated daemons.
+.It routing
+Allows to modify the system routing table.
.It settime
Allows to set and slew the system time.
.It sysvipc
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 3:16 PM (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28277949
Default Alt Text
D49844.1775488572.diff (946 B)
Attached To
Mode
D49844: svcj: add "routing" option
Attached
Detach File
Event Timeline
Log In to Comment