diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2016-12-02 13:18:42 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2016-12-02 19:21:33 +0100 |
| commit | 346fb4e5e977a0f0709a4fcdf9265f163fe32459 (patch) | |
| tree | dc4d42b5e2573adf997baa68ff8db038d92fbdc1 /ipc | |
| parent | e4bf587846836bbdb0236d052e90af5fce3ab286 (diff) | |
executor: don't try to open tun if it's not enabled
Diffstat (limited to 'ipc')
| -rw-r--r-- | ipc/ipc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc.go b/ipc/ipc.go index 899a8c7c3..6f170861a 100644 --- a/ipc/ipc.go +++ b/ipc/ipc.go @@ -46,6 +46,7 @@ const ( FlagDedupCover // deduplicate coverage in executor FlagSandboxSetuid // impersonate nobody user FlagSandboxNamespace // use namespaces for sandboxing + FlagEnableTun // initialize and use tun in executor ) var ( |
