jail: install a default /etc/jail.conf which honors /etc/jail.conf.d/ If just putting all jail settings in /etc/jail.conf.d, /etc/rc.d/jail gives: Starting jails:jail: /etc/jail.conf: No such file or directory Sponsored by: The FreeBSD Foundation
Details
Details
- Reviewers
antranigv_freebsd.am - Group Reviewers
Jails
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 69567 Build 66450: arc lint + arc unit
Event Timeline
Comment Actions
+1
as a matter of fact, this is a good motivation to update the jail.conf examples as well.
Comment Actions
The EXAMPLES section in the manual pages are actually pretty good, but I was thinking about the examples in the examples directory: /usr/share/examples/jails || https://cgit.freebsd.org/src/tree/share/examples/jails
Since 14.0, multiple features have been added which are under demonstrated. We should also update the README and remove the VIMAGE file (has been merged into GENERIC since 11.0).
Thank you for this little change, it's a good motivation to move other low hanging fruits as well.