File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ func (c ctx) testSecurityPriv(t *testing.T) {
157
157
name : "capabilities_keep" ,
158
158
argv : []string {"grep" , "^CapEff:" , "/proc/self/status" },
159
159
opts : []string {"--keep-privs" },
160
- expectOp : e2e .ExpectOutput (e2e .RegexMatch , `CapEff:\s+[0f]{6}[3f ]fffffffff\n` ),
160
+ expectOp : e2e .ExpectOutput (e2e .RegexMatch , `CapEff:\s+[0f]{6}[13f ]fffffffff\n` ),
161
161
},
162
162
{
163
163
// this might break if new capabilities are
@@ -171,7 +171,7 @@ func (c ctx) testSecurityPriv(t *testing.T) {
171
171
name : "capabilities_drop" ,
172
172
argv : []string {"grep" , "^CapEff:" , "/proc/self/status" },
173
173
opts : []string {"--drop-caps" , "CAP_NET_RAW" },
174
- expectOp : e2e .ExpectOutput (e2e .RegexMatch , `CapEff:\s+[0f]{6}[3f ]fffffdfff\n` ),
174
+ expectOp : e2e .ExpectOutput (e2e .RegexMatch , `CapEff:\s+[0f]{6}[13f ]fffffdfff\n` ),
175
175
},
176
176
}
177
177
You can’t perform that action at this time.
0 commit comments