From c401a48c9943aa16d3a3daef0720fe9005474605 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 25 Oct 2019 13:41:12 +0200 Subject: sys/linux: add ioctl_ns --- sys/linux/namespaces_arm.const | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/linux/namespaces_arm.const') diff --git a/sys/linux/namespaces_arm.const b/sys/linux/namespaces_arm.const index d7eb497aa..a579022d6 100644 --- a/sys/linux/namespaces_arm.const +++ b/sys/linux/namespaces_arm.const @@ -12,5 +12,10 @@ CLONE_SIGHAND = 2048 CLONE_SYSVSEM = 262144 CLONE_THREAD = 65536 CLONE_VM = 256 +NS_GET_NSTYPE = 46851 +NS_GET_OWNER_UID = 46852 +NS_GET_PARENT = 46850 +NS_GET_USERNS = 46849 +__NR_ioctl = 54 __NR_setns = 375 __NR_unshare = 337 -- cgit mrf-deployment