]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
unshare: add note about MS_SHARED to unshare.1
authorKarel Zak <kzak@redhat.com>
Tue, 21 Feb 2012 14:32:50 +0000 (15:32 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 21 Feb 2012 14:32:50 +0000 (15:32 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/unshare.1

index 5ee03ee122002d8cbddc82c2d44314be5fd45645..d7938c546e4e4a0ff1032cc49a56640098b783f5 100644 (file)
@@ -15,15 +15,16 @@ program. Unshareable namespaces are:
 .TP
 .BR "mount namespace"
 mounting and unmounting filesystems will not affect rest of the system
-(\fBCLONE_NEWNS\fP flag),
+(\fBCLONE_NEWNS\fP flag), except for filesystems which are explicitly marked as
+shared (by mount --make-shared). See /proc/self/mountinfo for the shared flags.
 .TP
 .BR "UTS namespace"
 setting hostname, domainname will not affect rest of the system
-(\fBCLONE_NEWUTS\fP flag),
+(\fBCLONE_NEWUTS\fP flag).
 .TP
 .BR "IPC namespace"
 process will have independent namespace for System V message queues, semaphore
-sets and shared memory segments (\fBCLONE_NEWIPC\fP flag),
+sets and shared memory segments (\fBCLONE_NEWIPC\fP flag).
 .TP
 .BR "network namespace"
 process will have independent IPv4 and IPv6 stacks, IP routing tables, firewall