strace/xlat/unshare_flags.in
Eugene Syromyatnikov 951f1b1163 clone: use separate flag list for unshare
Not all clone flags could be passed to unshare (see check_unshare_flags
function in kernel/fork.c).

* xlat/unshare_flags.in: New file.
* clone.c (SYS_FUNC(unshare)): Use unshare_flags for printing flags
parameter.
2016-10-29 02:54:01 +03:00

14 lines
165 B
Plaintext

CLONE_THREAD
CLONE_FS
CLONE_NEWNS
CLONE_SIGHAND
CLONE_VM
CLONE_FILES
CLONE_SYSVSEM
CLONE_NEWUTS
CLONE_NEWIPC
CLONE_NEWNET
CLONE_NEWUSER
CLONE_NEWPID
CLONE_NEWCGROUP