aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-03-27 02:53:59 -0700
committerAntoni Sawicki <tenox@google.com>2022-03-27 02:53:59 -0700
commita0a7ae0d46dfa1043c54429677a1b8acf3572fa4 (patch)
tree9c9cb4fc0aa8b79283c198640d61b501bcb53e64
parent143d073dfa25039a0b16df5f1adec27379675420 (diff)
downloadwfm-a0a7ae0d46dfa1043c54429677a1b8acf3572fa4.tar.gz
update readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3bd23ae..e67d634 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,10 @@ Internet Explorer 2.x and Netscape 3.x. It outputs validated HTML 4.01 without J
## Directory tree
WFM exposes a directory tree via web based interface. For security it relies entirely
-on chroot(2) for selection which path to use and the base directory is always / (root).
-Chroot can be set by WFM's own `-chroot=/dir` flag or by your service manager.
-For example Systemd service file `RootDirectory=` directive.
+on `chroot(2)` for selection which path to use and the base directory is always `/` (root).
+Chroot can be set by WFM's own `-chroot=/dir` flag, by your service manager or container
+service. For example Systemd service file `RootDirectory=` directive. Without chroot it will
+expose the system root `/` directory.
## Deployment scenarios