diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-27 00:01:49 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-27 00:01:49 +0000 |
commit | 47d743a787da02b129d9f2c532ccfb9fe077ab9e (patch) | |
tree | ee1fc0d2939b187271a47e6293ce0906aacea34c /runsc/main.go | |
parent | e63df78fa1a0cd6760c48efd83f57eb26e38f7d0 (diff) | |
parent | 4183b9021ac1d055085dc1fd2f525689fc055d78 (diff) |
Merge 4183b902 (automated)
Diffstat (limited to 'runsc/main.go')
-rw-r--r-- | runsc/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/main.go b/runsc/main.go index bc83c57a2..5823819f4 100644 --- a/runsc/main.go +++ b/runsc/main.go @@ -190,6 +190,7 @@ func main() { EnableRaw: *netRaw, NumNetworkChannels: *numNetworkChannels, Rootless: *rootless, + AlsoLogToStderr: *alsoLogToStderr, TestOnlyAllowRunAsCurrentUserWithoutChroot: *testOnlyAllowRunAsCurrentUserWithoutChroot, } |