diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-10-25 13:41:12 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-25 13:41:12 +0200 |
| commit | c401a48c9943aa16d3a3daef0720fe9005474605 (patch) | |
| tree | f6af97bbd6612b48f8de6331a68f3b45a37f4568 /sys/linux/namespaces_ppc64le.const | |
| parent | 2d4fab5ed156837d5ab91fe702c7a2c740c31060 (diff) | |
sys/linux: add ioctl_ns
Diffstat (limited to 'sys/linux/namespaces_ppc64le.const')
| -rw-r--r-- | sys/linux/namespaces_ppc64le.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/namespaces_ppc64le.const b/sys/linux/namespaces_ppc64le.const index f38c9f34b..8e9ecbce2 100644 --- a/sys/linux/namespaces_ppc64le.const +++ b/sys/linux/namespaces_ppc64le.const @@ -12,5 +12,10 @@ CLONE_SIGHAND = 2048 CLONE_SYSVSEM = 262144 CLONE_THREAD = 65536 CLONE_VM = 256 +NS_GET_NSTYPE = 536917763 +NS_GET_OWNER_UID = 536917764 +NS_GET_PARENT = 536917762 +NS_GET_USERNS = 536917761 +__NR_ioctl = 54 __NR_setns = 350 __NR_unshare = 282 |
