aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoni Sawicki <tenox@google.com>2022-03-27 02:54:58 -0700
committerAntoni Sawicki <tenox@google.com>2022-03-27 02:54:58 -0700
commitf85b6637a7383aefaa92361138f19e86e6384266 (patch)
tree62dbb035ab4d61728098f656bdee15956fbda341
parenta0a7ae0d46dfa1043c54429677a1b8acf3572fa4 (diff)
downloadwfm-f85b6637a7383aefaa92361138f19e86e6384266.tar.gz
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e67d634..85324d2 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ 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).
+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. Without chroot it will
expose the system root `/` directory.