diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-22 07:19:59 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-09-13 20:16:02 -0700 |
| commit | 63f66893e5f00604ae335a25d54ee56fc96503f4 (patch) | |
| tree | e52921e7c4255e6052446d32970fd5e4acdaa349 /man7/user_namespaces.7 | |
| parent | c3f29a89b549cce484762e58404d6c643ea6b098 (diff) | |
| download | man-pages-63f66893e5f00604ae335a25d54ee56fc96503f4.tar.gz | |
user_namespaces.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/user_namespaces.7')
| -rw-r--r-- | man7/user_namespaces.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index afc3234df2..d914c194fe 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -550,9 +550,10 @@ in .BR unix (7)), they are translated into the corresponding values as per the receiving process's user and group ID mappings. - +.\" .SH CONFORMING TO Namespaces are a Linux-specific feature. +.\" .SH NOTES Over the years, there have been a lot of features that have been added to the Linux kernel that have been made available only to privileged users @@ -574,6 +575,7 @@ Linux 3.9 added user namespaces support for many of the remaining unsupported file systems: Plan 9 (9P), Andrew File System (AFS), Ceph, CIFS, CODA, NFS, and OCFS2. XFS support for user namespaces is not yet available. +.\" .SH EXAMPLE The program below is designed to allow experimenting with user namespaces, as well as other types of namespaces. |
