replaced use-seccomp by isolate-workers

That, if enabled, includes the Linux namespaces restrictions into workers.
This commit is contained in:
Nikos Mavrogiannopoulos
2015-01-15 10:25:20 +01:00
parent 7a51462abd
commit fe848ad153
6 changed files with 26 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ auth = "plain[./sample.passwd]"
# Whether to enable seccomp worker isolation. That restricts the number of
# system calls allowed to a worker process, in order to reduce damage from a
# bug in the worker process. It is available on Linux systems at a performance cost.
#use-seccomp = true
isolate-workers = true
# A banner to be displayed on clients
#banner = "Welcome"