commit 04b292c42e97f67ce47ef6d5742abcbee43bdbdf parent 50bc15bd6c4e9b7b1ce2e4f12c22c4ac637762f9 Author: Frederic Cambus <fred@statdns.com> Date: Thu, 17 Sep 2020 17:51:43 +0200 Improve experimental seccomp support mention in the README. Diffstat:
M | README.md | | | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -11,8 +11,10 @@ domains, and total number of domains. It is currently used to generate TLD Zone File Statistics on [StatDNS][3]. StatZone is written with security in mind and is running sandboxed on OpenBSD -(using pledge) and optionally on Linux (using seccomp). It has also been -extensively fuzzed using AFL and Honggfuzz. +(using pledge). Experimental seccomp support is available for selected +architectures and can be enabled by setting the `ENABLE_SECCOMP` variable +to `1` when invoking CMake. It has also been extensively fuzzed using AFL +and Honggfuzz. ## Dependencies