commit d70d8a72d4a594ffe1ec2c43e7e6a925b245438c parent 719415a21c4e1ef8a8cfc1845274e3e79bd3b33a Author: Frederic Cambus <fred@statdns.com> Date: Mon, 23 Mar 2020 18:30:30 +0100 Mention that seccomp is currently only optional on Linux. Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -11,8 +11,8 @@ 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 on Linux (using seccomp). It has also been extensively -fuzzed using AFL and Honggfuzz. +(using pledge) and optionally on Linux (using seccomp). It has also been +extensively fuzzed using AFL and Honggfuzz. ## Dependencies