diff options
Diffstat (limited to 'pkg/mgrconfig')
| -rw-r--r-- | pkg/mgrconfig/config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/mgrconfig/config.go b/pkg/mgrconfig/config.go index 2c3d19475..9073c482c 100644 --- a/pkg/mgrconfig/config.go +++ b/pkg/mgrconfig/config.go @@ -125,6 +125,11 @@ type Config struct { // "android": emulate permissions of an untrusted Android app (supported only on Linux) Sandbox string `json:"sandbox"` + // This value is passed as an argument to executor and allows to adjust sandbox behavior + // via manager config. For example you can switch between system and user accounts based + // on this value. + SandboxArg int `json:"sandbox_arg"` + // Use KCOV coverage (default: true). Cover bool `json:"cover"` // Use coverage filter. Supported types of filter: |
