summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStanisław Pitucha <viraptor@gmail.com>2018-07-01 21:59:36 +1000
committerdormando <dormando@rydia.net>2018-07-01 16:11:17 -0700
commit0a3d2d199ec46b57e59f82acec7a401b0781a7a1 (patch)
treeb10ac118bfd396d54d4588835138a4857deaa7b5 /README.md
parent11016ec091b8a72a5b45787857451692bd7bcab7 (diff)
downloadmemcached-0a3d2d199ec46b57e59f82acec7a401b0781a7a1.tar.gz
Mark seccomp experimental
To make it less likely that distros enable seccomp by default, mark it as EXPERIMENTAL in both readme and configure help.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 935e4cd..e330fbe 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ list to ask questions, github issues aren't seen by everyone!
## Dependencies
* libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)
-* libseccomp, (optional, linux) - enables process restrictions for better
- security.
+* libseccomp, (optional, experimental, linux) - enables process restrictions for
+ better security. Tested only on x86_64 architectures.
## Environment