From 0ddba79a55af126bcd108000081c869986046395 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Mon, 27 Mar 2023 16:40:32 +0000 Subject: [PATCH] backport of commit 8bf0677d042c675d3fc3bf852cc9aaaa7dffd304 --- drivers/shared/executor/executor_linux_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/shared/executor/executor_linux_test.go b/drivers/shared/executor/executor_linux_test.go index 8827c63b2b0..332ed55c257 100644 --- a/drivers/shared/executor/executor_linux_test.go +++ b/drivers/shared/executor/executor_linux_test.go @@ -635,11 +635,11 @@ func TestExecutor_Capabilities(t *testing.T) { { user: "nobody", caps: ` -CapInh: 0000000000000000 -CapPrm: 0000000000000000 -CapEff: 0000000000000000 +CapInh: 00000000a80405fb +CapPrm: 00000000a80405fb +CapEff: 00000000a80405fb CapBnd: 00000000a80405fb -CapAmb: 0000000000000000`, +CapAmb: 00000000a80405fb`, }, { user: "root",