clone.2: Note restrictions on CLONE_NEWUSER with other CLONE_* flags
commitd34e564554f95adb3c34047378b2ef9571010aec
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 22 Mar 2013 07:14:22 +0000 (22 08:14 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 14 Sep 2014 03:16:02 +0000 (13 20:16 -0700)
treeecb3dabe6a553bf44b9735068f222d8bd7b48c44
parent333446b9a6e1ad6219d21bfc58bfae9bf41ace94
clone.2: Note restrictions on CLONE_NEWUSER with other CLONE_* flags

Refer to user_namespaces(7) for restrictions on CLONE_NEWUSER
with other CLONE_* flags.

Also: document EINVAL error for CLONE_NEWUSER|CLONE_FS.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clone.2