History log of /freebsd-current/libexec/rc/rc.d/ippool
Revision Date Author Comments
# f99f0ee1 22-May-2024 Alexander Leidinger <netchild@FreeBSD.org>

rc.d: add a service jails config to all base system services

This gives more permissions to services (e.g. network access to
services which require this) when they are started as an automatic
service jail.

The sshd patch is important for the sshd-related functionality as
described in the man-page in the service jails part.

The location of the added env vars is supposed to allow overriding them
in rc.conf, and to hard-disable the use of svcj for some parts where it
doesn't make sense or will not work.

Only a subset of all of the services are fully tested (I'm running this
since more than a year with various services started as service jails).
The untested parts should be most of the time ok, in some edge-cases
more permissions are needed inside the service jail.
Differential Revision: https://reviews.freebsd.org/D40371


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 795be686 23-Jul-2020 Cy Schubert <cy@FreeBSD.org>

Load ipfilter, ipnat, and ippool rules, and start ipmon in a vnet jail.

PR: 248109
Reported by: joeb1@a1poweruser.com
MFC after: 2 weeks


# 817c58e3 22-Mar-2019 Cy Schubert <cy@FreeBSD.org>

The check for $ippool_rules in start_cmd is tautological.

Reported by: hrs@
MFC after: 13 days
X-MFC with: r345400


# 29917358 22-Mar-2019 Cy Schubert <cy@FreeBSD.org>

Use internal command variables for consistent style.

Reported by: rgrimes@
MFC after: 13 days
X-MFC with: r345400


# d8f93710 21-Mar-2019 Cy Schubert <cy@FreeBSD.org>

Add rc.d support for ippool(8).

I've been using ippool at my site for approximately two years. It's
about time this was committed.

PR: 218433
MFC after: 2 weeks