aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-03-27 03:00:26 -0700
committerAntoni Sawicki <tenox@google.com>2022-03-27 03:00:26 -0700
commitb4b75a2d5bcc214624d62cfa99c775cba0f3f99d (patch)
tree371f4074538dd8b84e677e319901571f7287bd45
parent0fd98b98b06614c3b97769bfe815e13e28282f06 (diff)
downloadwfm-b4b75a2d5bcc214624d62cfa99c775cba0f3f99d.tar.gz
update readme
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index da229da..3a4ddbc 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +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 and restriction which path to use.
-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 or Docker `-v /dir:/`.
-Without chroot it will expose the system root `/` directory.
+on `chroot(2)` for selection and restriction which path to use. 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 or Docker `-v /dir:/`. WFM is not
+intended to be used without chroot.
## Deployment scenarios