Merge pull request #19218 from justincormack/i386_syscalls
Add i386 specific modify_ldt syscall to default seccomp filter Upstream-commit: 274558881ae5d2fcf3a3d72c31d4fde9e415dcbc Component: engine
This commit is contained in:
@@ -1564,5 +1564,11 @@ var defaultSeccompProfile = &configs.Seccomp{
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
// i386 specific syscalls
|
||||
{
|
||||
Name: "modify_ldt",
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user