diff options
Diffstat (limited to 'hst/template.go')
| -rw-r--r-- | hst/template.go | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/hst/template.go b/hst/template.go index 4d054a49..bcf14ac4 100644 --- a/hst/template.go +++ b/hst/template.go @@ -57,15 +57,16 @@ func Template() *Config { Groups: []string{"video", "dialout", "plugdev"}, Container: &ContainerConfig{ - Hostname: "localhost", - Devel: true, - Userns: true, - Net: true, - Device: true, - Seccomp: seccomp.FilterMultiarch, - Tty: true, - Multiarch: true, - MapRealUID: true, + Hostname: "localhost", + Devel: true, + Userns: true, + Net: true, + Device: true, + SeccompFlags: seccomp.AllowMultiarch, + SeccompPresets: seccomp.PresetExt, + 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{ |
