aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/namespaces_ppc64le.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-27 18:47:24 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-27 18:47:58 +0200
commit190d92e056bae96ec13f320400f80e94dc8e9ea0 (patch)
tree13f71db28373df61e40cebfda47ef00411a504d4 /sys/linux/namespaces_ppc64le.const
parent195cc154e260ce9d7172c0ad3d6aab4b4c849495 (diff)
sys/linux: extend namespace desciptions
Slightly extend namespace descriptions and move them to a separate file.
Diffstat (limited to 'sys/linux/namespaces_ppc64le.const')
-rw-r--r--sys/linux/namespaces_ppc64le.const16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/linux/namespaces_ppc64le.const b/sys/linux/namespaces_ppc64le.const
new file mode 100644
index 000000000..f38c9f34b
--- /dev/null
+++ b/sys/linux/namespaces_ppc64le.const
@@ -0,0 +1,16 @@
+# AUTOGENERATED FILE
+CLONE_FILES = 1024
+CLONE_FS = 512
+CLONE_NEWCGROUP = 33554432
+CLONE_NEWIPC = 134217728
+CLONE_NEWNET = 1073741824
+CLONE_NEWNS = 131072
+CLONE_NEWPID = 536870912
+CLONE_NEWUSER = 268435456
+CLONE_NEWUTS = 67108864
+CLONE_SIGHAND = 2048
+CLONE_SYSVSEM = 262144
+CLONE_THREAD = 65536
+CLONE_VM = 256
+__NR_setns = 350
+__NR_unshare = 282