aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2019-03-14 21:54:06 +0100
committerlns <matzeton@googlemail.com>2019-03-14 21:54:06 +0100
commitc64e9551ac3b6ac30716984b97164c5551a09e26 (patch)
treeba0bd82f27be3804469d8be001b1ea2ef64f9872
parentaf9b5774594b32202e1d3c9b89c87d07b562a065 (diff)
added --rootfs note in READMEs
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r--README1
-rw-r--r--README.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index cf8eafb..451b9f6 100644
--- a/README
+++ b/README
@@ -30,6 +30,7 @@ Run:
protocol handler at 127.0.0.1:22222 and if the protocol accepts it, it will forward
all traffic to the jail/sandbox at 127.0.0.1:33333.
(clunky atm, will be simplified in the future)
+ - Do not forget to set the --rootfs <directory> which contains an executable /bin/sh.
- see ./src/potd --help
Features
diff --git a/README.md b/README.md
index 75421e8..2cc9adc 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Run:
all traffic to the jail/sandbox at 127.0.0.1:33333.
(clunky atm, will be simplified in the future)
+ - Do not forget to set the `--rootfs <directory>` which contains an executable `/bin/sh`.
- see `./src/potd --help`
## Features