Add _llseek syscall
This is the newer verion of lseek on many 32 bit platforms Signed-off-by: Justin Cormack <justin.cormack@unikernel.com> Upstream-commit: 923609179b18fb5fc9d4ad7820646af7e09786a2 Component: engine
This commit is contained in:
committed by
Jessica Frazelle
parent
2c12c040cd
commit
31f24aba30
@@ -643,6 +643,11 @@ var defaultSeccompProfile = &configs.Seccomp{
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "_llseek",
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "lremovexattr",
|
||||
Action: configs.Allow,
|
||||
|
||||
Reference in New Issue
Block a user