-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
From the man page unshare(2):
In addition, CLONE_THREAD, CLONE_SIGHAND, and CLONE_VM can be
specified in flags if the caller is single threaded (i.e., it is
not sharing its address space with another process or thread).
In this case, these flags have no effect. (Note also that
specifying CLONE_THREAD automatically implies CLONE_VM, and
specifying CLONE_VM automatically implies CLONE_SIGHAND.) If the
process is multithreaded, then the use of these flags results in
an error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels