diff options
author | lns <matzeton@googlemail.com> | 2019-03-14 21:54:06 +0100 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2019-03-14 21:54:06 +0100 |
commit | c64e9551ac3b6ac30716984b97164c5551a09e26 (patch) | |
tree | ba0bd82f27be3804469d8be001b1ea2ef64f9872 | |
parent | af9b5774594b32202e1d3c9b89c87d07b562a065 (diff) |
added --rootfs note in READMEs
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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 |