mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
replaced use-seccomp by isolate-workers
That, if enabled, includes the Linux namespaces restrictions into workers.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user