We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e18fb05 + c3bea2c commit 0ababfcCopy full SHA for 0ababfc
generate/seccomp/seccomp_default.go
@@ -354,11 +354,23 @@ func DefaultProfile(rs *specs.Spec) *rspec.LinuxSeccomp {
354
Value: 0x0,
355
Op: rspec.OpEqualTo,
356
},
357
+ },
358
359
+ {
360
+ Names: []string{"personality"},
361
+ Action: rspec.ActAllow,
362
+ Args: []rspec.LinuxSeccompArg{
363
{
364
Index: 0,
365
Value: 0x0008,
366
367
368
369
370
371
372
373
374
375
376
Value: 0xffffffff,
0 commit comments