From 190d92e056bae96ec13f320400f80e94dc8e9ea0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Apr 2018 18:47:24 +0200 Subject: sys/linux: extend namespace desciptions Slightly extend namespace descriptions and move them to a separate file. --- sys/linux/namespaces_arm64.const | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sys/linux/namespaces_arm64.const (limited to 'sys/linux/namespaces_arm64.const') diff --git a/sys/linux/namespaces_arm64.const b/sys/linux/namespaces_arm64.const new file mode 100644 index 000000000..64a16727b --- /dev/null +++ b/sys/linux/namespaces_arm64.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 = 268 +__NR_unshare = 97 -- cgit mrf-deployment