summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-07-14 00:25:21 +0000
committergVisor bot <gvisor-bot@google.com>2021-07-14 00:25:21 +0000
commitf3c6b7b37a205189233d2a8c1f36b1cacf3bcb1d (patch)
tree7e3c36d0a6cea2bfb0b8639e7d9d3e070c1e4412 /runsc
parent9ed48ff2523937ded7184597a9f61bab4bb084e8 (diff)
parent85a0a353ad185946d39463fddb3ec2cb37876371 (diff)
Merge release-20210705.0-21-g85a0a353a (automated)
Diffstat (limited to 'runsc')
-rw-r--r--runsc/cmd/debug.go2
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 {