Skip to content

Commit

Permalink
backport of commit 8bf0677
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Mar 27, 2023
1 parent e107eea commit 0ddba79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/shared/executor/executor_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0ddba79

Please sign in to comment.