diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-05-19 21:32:10 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-05-19 21:32:10 +0200 |
| commit | c0e4ab63568af9ba75ae75b728e1f0ba475cb37f (patch) | |
| tree | 5fb363ea186895e9caba38b4e22ef095edf5b314 /man7/cgroups.7 | |
| parent | b3041511b81108c6e4878e00a1524be5d1d77fed (diff) | |
| download | man-pages-c0e4ab63568af9ba75ae75b728e1f0ba475cb37f.tar.gz | |
cgroups.7: Note the existence of the clone3() CLONE_INTO_CGROUP flag
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/cgroups.7')
| -rw-r--r-- | man7/cgroups.7 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 68440dfaa6..ae583fc437 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -1710,6 +1710,12 @@ A child process created via inherits its parent's cgroup memberships. A process's cgroup memberships are preserved across .BR execve (2). +.PP +The +.BR clone3 (2) +.B CLONE_INTO_CGROUP +flag can be used to create a child process that begins its life in +a different version 2 cgroup from the parent process. .\" .SS /proc files .TP |
