Browse code

Add _llseek syscall

This is the newer verion of lseek on many 32 bit platforms

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>

Justin Cormack authored on 2016/01/05 03:21:51
Showing 1 changed files
... ...
@@ -644,6 +644,11 @@ var defaultSeccompProfile = &configs.Seccomp{
644 644
 			Args:   []*configs.Arg{},
645 645
 		},
646 646
 		{
647
+			Name:   "_llseek",
648
+			Action: configs.Allow,
649
+			Args:   []*configs.Arg{},
650
+		},
651
+		{
647 652
 			Name:   "lremovexattr",
648 653
 			Action: configs.Allow,
649 654
 			Args:   []*configs.Arg{},