From 29e51de9bd104a2061d0bbd626de949bb57f5165 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 30 Nov 2020 19:23:21 +0100 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41fd758..6dfc632 100644 --- a/README.md +++ b/README.md @@ -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`: ``` 1 /jail/base/12.1-RELEASE-p10 /jail/run/db read-only - 2 /dev/md12 /jail/run/db/tmp nosuid - 3 devfs /jail/run/db/dev multilabel + 2 /dev/md12 /jail/run/db/tmp + 3 devfs /jail/run/db/dev 4 /jail/log/db-20201026 /jail/run/db/var/log 5 /jail/appl/db-20201026 /jail/run/db/usr/local read-only 6 /jail/etc/db/etc-20201026 /jail/run/db/etc read-only