move note about chroots to docs/MISC.md

Signed-off-by: kim (grufwub) <grufwub@gmail.com>

Former-commit-id: 8c1a294611841c8c5e5ba027f8cd9dff6876006e
development
kim (grufwub) 4 years ago
parent 4b580976c8
commit 3385c71f2f

@ -32,11 +32,8 @@ Binary releases in `build/`
- Separate system and access logging
- Chroot and privilege dropping support (for now, Gophi compilation is
reliant on a version of Go that has latest POSIX syscall fixes cherry
picked, e.g. [my fork](https://github.com/grufwub/go/tree/go1.15.5-posix-syscall-fix))
NOTE: if you use a chroot and want to execute CGI scripts, you'll need
to set it up accordingly (symlink appropriate virtual filesystems)
- Chroot and privilege dropping support (see [extra notes](docs/MISC.md)
for more information)
- Only 1 external dependency, `go-toml` brought in by my own `go-config`
library

@ -2,4 +2,12 @@
By default, URLs are parsed as having standard (HTTP) URL encoding. All other
parsed text content are treated as UTF-8, as this is the default encoding scheme
Go strings. Support for more encoding schemes is planned for the future
Go strings. Support for more encoding schemes is planned for the future
# Chroots & Privilege Dropping
For now, Gophi compilation is reliant on a version of Go that has latest POSIX
syscall fixes cherry picked, e.g. [my fork](https://github.com/grufwub/go/tree/go1.15.5-posix-syscall-fix)
NOTE: if you use a chroot and want to execute CGI scripts, you'll need to set it
up accordingly (symlink appropriate virtual filesystems)

Loading…
Cancel
Save