This commit is contained in:
Thomas von Dein
2020-11-30 19:23:21 +01:00
parent fc8fb3bb94
commit 29e51de9bd

View File

@@ -14,8 +14,8 @@ Most of the layers are mounted read-only for security reasons.
Let's take a look at the layers of a typical running jail built with `jaildk`: Let's take a look at the layers of a typical running jail built with `jaildk`:
``` ```
1 /jail/base/12.1-RELEASE-p10 /jail/run/db read-only 1 /jail/base/12.1-RELEASE-p10 /jail/run/db read-only
2 /dev/md12 /jail/run/db/tmp nosuid 2 /dev/md12 /jail/run/db/tmp
3 devfs /jail/run/db/dev multilabel 3 devfs /jail/run/db/dev
4 /jail/log/db-20201026 /jail/run/db/var/log 4 /jail/log/db-20201026 /jail/run/db/var/log
5 /jail/appl/db-20201026 /jail/run/db/usr/local read-only 5 /jail/appl/db-20201026 /jail/run/db/usr/local read-only
6 /jail/etc/db/etc-20201026 /jail/run/db/etc read-only 6 /jail/etc/db/etc-20201026 /jail/run/db/etc read-only