cgroups.7: Note the existence of the clone3() CLONE_INTO_CGROUP flag

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-19 21:32:10 +02:00
parent b3041511b8
commit c0e4ab6356
1 changed files with 6 additions and 0 deletions

View File

@ -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