diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-04-27 18:47:24 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-04-27 18:47:58 +0200 |
| commit | 190d92e056bae96ec13f320400f80e94dc8e9ea0 (patch) | |
| tree | 13f71db28373df61e40cebfda47ef00411a504d4 /sys/linux/namespaces_amd64.const | |
| parent | 195cc154e260ce9d7172c0ad3d6aab4b4c849495 (diff) | |
sys/linux: extend namespace desciptions
Slightly extend namespace descriptions and move
them to a separate file.
Diffstat (limited to 'sys/linux/namespaces_amd64.const')
| -rw-r--r-- | sys/linux/namespaces_amd64.const | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/linux/namespaces_amd64.const b/sys/linux/namespaces_amd64.const new file mode 100644 index 000000000..80d705e85 --- /dev/null +++ b/sys/linux/namespaces_amd64.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 = 308 +__NR_unshare = 272 |
