aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/mgrconfig
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-17 18:07:51 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-21 09:46:36 +0000
commit780a5444026e461c8be27b8615a81360310582e7 (patch)
tree0a508a764f8a9e0cdc08ceac73f120c0f026e34c /pkg/mgrconfig
parent1d3c25e7679384c386e7710ea11e364ce9f9e028 (diff)
pkg/ipc: remove ExecOpts
Switch to flatrpc.ExecOpts.
Diffstat (limited to 'pkg/mgrconfig')
-rw-r--r--pkg/mgrconfig/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mgrconfig/config.go b/pkg/mgrconfig/config.go
index 19ba352f7..461d25afb 100644
--- a/pkg/mgrconfig/config.go
+++ b/pkg/mgrconfig/config.go
@@ -131,7 +131,7 @@ type Config struct {
// 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"`
+ SandboxArg int64 `json:"sandbox_arg"`
// Use KCOV coverage (default: true).
Cover bool `json:"cover"`