#
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 servic
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
show more ...
|
Revision tags: release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0, release/13.1.0 |
|
#
78465548 |
| 17-Mar-2022 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
rc.d: Chmod +x all the scripts for consistency
Reviewed by: lwhsu Approved by: lwhsu (src) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D34589
|
#
c1a76c04 |
| 04-Mar-2022 |
Mateusz Piotrowski <0mp@FreeBSD.org> |
rc.d/ggated: Simplify service script
- Use the standard *_flags variable for additional flags. - Style: do not create unnecessary variables - Do not set the defaults in the service script. This is w
rc.d/ggated: Simplify service script
- Use the standard *_flags variable for additional flags. - Style: do not create unnecessary variables - Do not set the defaults in the service script. This is what /etc/defaults/rc.conf is for. - Do not set additional flags via commands_args. ggated_flags are already included in the final invocation. See rc.subr(8) for details. - Document the meaning of ggated_config in /etc/defaults/rc.conf.
Approved by: eugen (src) Fixes: c068632981eb Add ggated rc script Differential Revision: https://reviews.freebsd.org/D34439
show more ...
|
#
c0686329 |
| 28-Feb-2022 |
Alan Somers <asomers@FreeBSD.org> |
Add ggated rc script
Reviewed by: asomers, peterj Submitted by: Johannes Totz <jo@bruelltuete.com> Differential Revision: https://reviews.freebsd.org/D31709
|