diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-01 18:15:36 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-01 18:15:36 +0000 |
commit | f5181c6067ad420d16557d21734453994fb42791 (patch) | |
tree | 58e768fc08664c0dd37b69bf5bfff42cb88ca7c9 /runsc/config/config.go | |
parent | 964da19b9b3361162209ad820eab7a957d10bc20 (diff) | |
parent | 71589b7f7e69b85820c9deb75fc6d0b6c5f00eb1 (diff) |
Merge release-20200818.0-99-g71589b7f7 (automated)
Diffstat (limited to 'runsc/config/config.go')
-rw-r--r-- | runsc/config/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/config/config.go b/runsc/config/config.go index bca27ebf1..df134bb2f 100644 --- a/runsc/config/config.go +++ b/runsc/config/config.go @@ -157,6 +157,8 @@ type Config struct { // Enables FUSE usage. FUSE bool `flag:"fuse"` + AllowFlagOverride bool `flag:"allow-flag-override"` + // TestOnlyAllowRunAsCurrentUserWithoutChroot should only be used in // tests. It allows runsc to start the sandbox process as the current // user, and without chrooting the sandbox process. This can be |