commit 32662a682e0b98936aad2ffc4d7cef22d76bf7a8 parent 3a4c0a39cc214b5840d4483d7db2d8adaf94a15a Author: Frederic Cambus <fred@statdns.com> Date: Thu, 17 Sep 2020 10:02:48 +0200 Mention experimental seccomp support in the README. Diffstat:
M | README.md | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -53,7 +53,10 @@ Logswan is **opinionated software**: plans to format or round them Logswan is written with security in mind and is running sandboxed on OpenBSD -(using pledge). 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. ## Features