Browse Source

ocserv: don't use isolate workers as seccomp is not enabled

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos 9 years ago
parent
commit
7a3493a9eb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/ocserv/files/ocserv.conf.template

+ 1
- 1
net/ocserv/files/ocserv.conf.template View File

18
 # A banner to be displayed on clients
18
 # A banner to be displayed on clients
19
 banner = "Welcome to OpenWRT"
19
 banner = "Welcome to OpenWRT"
20
 
20
 
21
-isolate-workers = true
21
+#isolate-workers = true
22
 
22
 
23
 # When the server has a dynamic DNS address (that may change),
23
 # When the server has a dynamic DNS address (that may change),
24
 # should set that to true to ask the client to resolve again on
24
 # should set that to true to ask the client to resolve again on