Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/man/man8/fjail-configure.rst @ 331:4a17b1f4c378
Require a mounted and working devfs within the jail when configuring a jail.
Otherwise the "sysrc" command could sometimes create a /dev/null regular file
within the jail.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 30 Nov 2022 22:13:05 +0100 |
| parents | 184412e2543e |
| children | cf331d11a393 |
line wrap: on
line diff
--- a/docs/man/man8/fjail-configure.rst Wed Nov 30 21:59:13 2022 +0100 +++ b/docs/man/man8/fjail-configure.rst Wed Nov 30 22:13:05 2022 +0100 @@ -55,7 +55,8 @@ Implementation Notes -------------------- -A working dev filesystem is typically needed to work properly. +A populated and working dev filesystem within the jail is needed to +work properly. This is checked for. See Also
