diff options
Diffstat (limited to 'container/syscall_386.go')
| -rw-r--r-- | container/syscall_386.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/container/syscall_386.go b/container/syscall_386.go new file mode 100644 index 00000000..4b8e2df3 --- /dev/null +++ b/container/syscall_386.go @@ -0,0 +1,7 @@ +package container + +const ( + O_PATH = 0x200000 + + PR_SET_NO_NEW_PRIVS = 0x26 +) |
