This is the newer verion of lseek on many 32 bit platforms
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
| ... | ... |
@@ -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{},
|