diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-07-14 00:25:21 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-07-14 00:25:21 +0000 |
commit | f3c6b7b37a205189233d2a8c1f36b1cacf3bcb1d (patch) | |
tree | 7e3c36d0a6cea2bfb0b8639e7d9d3e070c1e4412 /runsc | |
parent | 9ed48ff2523937ded7184597a9f61bab4bb084e8 (diff) | |
parent | 85a0a353ad185946d39463fddb3ec2cb37876371 (diff) |
Merge release-20210705.0-21-g85a0a353a (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/cmd/debug.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/cmd/debug.go b/runsc/cmd/debug.go index 6212ffb2e..da81cf048 100644 --- a/runsc/cmd/debug.go +++ b/runsc/cmd/debug.go @@ -166,7 +166,7 @@ func (d *Debug) Execute(_ context.Context, f *flag.FlagSet, args ...interface{}) log.Infof("Enabling strace for syscalls: %s", d.strace) args.SetStrace = true args.EnableStrace = true - args.StraceWhitelist = strings.Split(d.strace, ",") + args.StraceAllowlist = strings.Split(d.strace, ",") } if len(d.logLevel) != 0 { |