diff options
Diffstat (limited to 'hst/template.go')
| -rw-r--r-- | hst/template.go | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/hst/template.go b/hst/template.go index 3f0101ea..60af2ebc 100644 --- a/hst/template.go +++ b/hst/template.go @@ -57,16 +57,18 @@ func Template() *Config { Groups: []string{"video", "dialout", "plugdev"}, Container: &ContainerConfig{ - Hostname: "localhost", - Devel: true, - Userns: true, - Net: true, - Device: true, - SeccompFlags: seccomp.AllowMultiarch, - SeccompPresets: seccomp.PresetExt, - Tty: true, - Multiarch: true, - MapRealUID: true, + Hostname: "localhost", + Devel: true, + Userns: true, + Net: true, + Device: true, + ImmediateTermination: true, + SeccompFlags: seccomp.AllowMultiarch, + SeccompPresets: seccomp.PresetExt, + SeccompCompat: true, + Tty: true, + Multiarch: true, + MapRealUID: true, // example API credentials pulled from Google Chrome // DO NOT USE THESE IN A REAL BROWSER Env: map[string]string{ |
