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:
Justin Cormack
2016-01-04 11:55:28 -08:00
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,