]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
10 years agoReady for 3.73 man-pages-3.73
Michael Kerrisk [Sun, 21 Sep 2014 09:24:31 +0000 (11:24 +0200)] 
Ready for 3.73

10 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Sun, 21 Sep 2014 09:24:24 +0000 (11:24 +0200)] 
Removed trailing white space at end of lines

10 years agoclone.2, flock.2, getpid.2, getunwind.2, mount.2, reboot.2, semop.2, seteuid.2, setgi...
Michael Kerrisk [Sun, 21 Sep 2014 09:23:07 +0000 (11:23 +0200)] 
clone.2, flock.2, getpid.2, getunwind.2, mount.2, reboot.2, semop.2, seteuid.2, setgid.2, setns.2, setresuid.2, setreuid.2, setuid.2, uname.2, unshare.2, clock.3, drand48.3, proc.5, capabilities.7, credentials.7, mq_overview.7, namespaces.7, pid_namespaces.7, svipc.7, user_namespaces.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoChanges: Ready for 3.73
Michael Kerrisk [Sun, 21 Sep 2014 09:19:51 +0000 (11:19 +0200)] 
Changes: Ready for 3.73

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2: srcfix
Michael Kerrisk [Tue, 16 Sep 2014 08:05:11 +0000 (10:05 +0200)] 
clone.2: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7, pid_namespaces.7, user_namespaces.7: srcfix: Add LICENSE_START tag
Michael Kerrisk [Tue, 16 Sep 2014 07:05:40 +0000 (09:05 +0200)] 
namespaces.7, pid_namespaces.7, user_namespaces.7: srcfix: Add LICENSE_START tag

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agofcntl.2: tfix
David Prévot [Mon, 15 Sep 2014 02:25:21 +0000 (22:25 -0400)] 
fcntl.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: Add pointer to user_namespaces(7)
Michael Kerrisk [Mon, 15 Sep 2014 08:59:30 +0000 (10:59 +0200)] 
setns.2: Add pointer to user_namespaces(7)

Add pointer to user_namespaces(7) for details on interactions
of user and mount namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: ffix
Michael Kerrisk [Mon, 15 Sep 2014 08:56:31 +0000 (10:56 +0200)] 
setns.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: tfix
Michael Kerrisk [Mon, 15 Sep 2014 08:53:18 +0000 (10:53 +0200)] 
setns.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: tfix
Michael Kerrisk [Mon, 15 Sep 2014 08:52:17 +0000 (10:52 +0200)] 
setns.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: tfix
Michael Kerrisk [Mon, 15 Sep 2014 08:39:50 +0000 (10:39 +0200)] 
namespaces.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopid_namespaces.7: ffix
Michael Kerrisk [Mon, 15 Sep 2014 08:36:50 +0000 (10:36 +0200)] 
pid_namespaces.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: spfix
Michael Kerrisk [Mon, 15 Sep 2014 04:27:25 +0000 (21:27 -0700)] 
user_namespaces.7: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: Note flags implied by CLONE_THREAD and CLONE_VM
Michael Kerrisk [Sun, 14 Sep 2014 03:07:12 +0000 (20:07 -0700)] 
unshare.2: Note flags implied by CLONE_THREAD and CLONE_VM

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: wfix
Michael Kerrisk [Thu, 11 Sep 2014 14:03:20 +0000 (07:03 -0700)] 
user_namespaces.7: wfix

Reported-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Clarify the meaning of "Mounts that come as a single unit"
Eric W. Biederman [Thu, 11 Sep 2014 13:59:42 +0000 (06:59 -0700)] 
user_namespaces.7: Clarify the meaning of "Mounts that come as a single unit"

Quoting Eric Biederman:

The importance of [mounts coming across as a dingle unit] is [to]
allow the global root to mount over things and not have to worry
that someone from a user namespace root can peek underneath.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomount.2: Clarify use of 'mountflags' and 'data' for MS_REMOUNT
Eric W. Biederman [Thu, 11 Sep 2014 13:52:05 +0000 (06:52 -0700)] 
mount.2: Clarify use of 'mountflags' and 'data' for MS_REMOUNT

Quoting Eric Biederman:

One thing that has come up recently (in 3 separate
implementations) is that mount(MS_REMOUNT|...,...) must include
all of the mount flags that need to be preserved.   People
creating read-only bind mounts tend to miss that and the locked
flags in mount namespaces.  That issue was flushed out now that
the kernel is now not allowing most mount flags to be cleared in
mount namespaces.  The interface is non-intuitive and we should
at least document the weirdness.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Additions from Andy Lutomirski
Michael Kerrisk [Tue, 9 Sep 2014 13:58:22 +0000 (06:58 -0700)] 
user_namespaces.7: Additions from Andy Lutomirski

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Improvements from Andy Lutomirski
Michael Kerrisk [Tue, 9 Sep 2014 13:51:45 +0000 (06:51 -0700)] 
user_namespaces.7: Improvements from Andy Lutomirski

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Add "Restrictions on mount namespaces" section
Eric W. Biederman [Mon, 8 Sep 2014 13:01:40 +0000 (06:01 -0700)] 
user_namespaces.7: Add "Restrictions on mount namespaces" section

Light edits by mtk

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Only single-threaded processes can join another user namespace
Michael Kerrisk [Mon, 1 Sep 2014 17:29:03 +0000 (19:29 +0200)] 
user_namespaces.7: Only single-threaded processes can join another user namespace

Reported-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: wfix
Michael Kerrisk [Mon, 1 Sep 2014 17:00:32 +0000 (19:00 +0200)] 
namespaces.7: wfix

Reported-by: Vitaly Rybnikov <frodox@zoho.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Improve discussion of handling of capabilities during execve(2)
Serge E. Hallyn [Mon, 1 Sep 2014 16:57:31 +0000 (18:57 +0200)] 
user_namespaces.7: Improve discussion of handling of capabilities during execve(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: srcfix
Michael Kerrisk [Wed, 20 Aug 2014 21:15:51 +0000 (16:15 -0500)] 
user_namespaces.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: Add table of namespaces to top of page
Michael Kerrisk [Mon, 2 Jun 2014 13:33:41 +0000 (15:33 +0200)] 
namespaces.7: Add table of namespaces to top of page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: tfix
Michael Kerrisk [Mon, 2 Jun 2014 13:29:25 +0000 (15:29 +0200)] 
namespaces.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: tfix
Michael Kerrisk [Mon, 2 Jun 2014 13:23:13 +0000 (15:23 +0200)] 
namespaces.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: tfix
Michael Kerrisk [Mon, 2 Jun 2014 13:22:54 +0000 (15:22 +0200)] 
namespaces.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Say a little less about execve(2) and user ID mappings
Michael Kerrisk [Mon, 2 Jun 2014 13:18:38 +0000 (15:18 +0200)] 
user_namespaces.7: Say a little less about execve(2) and user ID mappings

The existing discussion under user and group ID mappings
probably suffices.

Reported-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: srcfix
Michael Kerrisk [Mon, 2 Jun 2014 13:17:11 +0000 (15:17 +0200)] 
user_namespaces.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Note that user namespaces isolate the root directory
Michael Kerrisk [Mon, 2 Jun 2014 13:13:48 +0000 (15:13 +0200)] 
user_namespaces.7: Note that user namespaces isolate the root directory

Reported-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: XFS support for user namespaces was added in Linux 3.11
Michael Kerrisk [Mon, 2 Jun 2014 12:47:21 +0000 (14:47 +0200)] 
user_namespaces.7: XFS support for user namespaces was added in Linux 3.11

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Rework text on filesystem support for user namespaces
Michael Kerrisk [Mon, 2 Jun 2014 12:43:05 +0000 (14:43 +0200)] 
user_namespaces.7: Rework text on filesystem support for user namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: srcfix
Michael Kerrisk [Mon, 2 Jun 2014 12:22:29 +0000 (14:22 +0200)] 
user_namespaces.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Remove a confused sentence
Michael Kerrisk [Mon, 2 Jun 2014 12:15:59 +0000 (14:15 +0200)] 
user_namespaces.7: Remove a confused sentence

Reported-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: ERRORS: Add EINVAL for two cases of joining a new user namespace
Michael Kerrisk [Mon, 2 Jun 2014 12:07:50 +0000 (14:07 +0200)] 
setns.2: ERRORS: Add EINVAL for two cases of joining a new user namespace

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: Add kernel version number for text on CLONE_NEWUSER implying CLONE_FS
Michael Kerrisk [Mon, 2 Jun 2014 11:33:20 +0000 (13:33 +0200)] 
unshare.2: Add kernel version number for text on CLONE_NEWUSER implying CLONE_FS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2: Document EPERM error when using CLONE_NEWUSER from chrooted caller
Michael Kerrisk [Mon, 2 Jun 2014 10:18:46 +0000 (12:18 +0200)] 
clone.2: Document EPERM error when using CLONE_NEWUSER from chrooted caller

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: Document EPERM error when using CLONE_NEWUSER from chrooted caller
Michael Kerrisk [Mon, 2 Jun 2014 10:17:46 +0000 (12:17 +0200)] 
unshare.2: Document EPERM error when using CLONE_NEWUSER from chrooted caller

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: Document EUSERS error
Michael Kerrisk [Mon, 2 Jun 2014 09:33:52 +0000 (11:33 +0200)] 
unshare.2: Document EUSERS error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2: Document EUSERS error
Michael Kerrisk [Mon, 2 Jun 2014 09:34:27 +0000 (11:34 +0200)] 
clone.2: Document EUSERS error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Document maximum nesting depth for user namespaces
Michael Kerrisk [Mon, 2 Jun 2014 09:28:01 +0000 (11:28 +0200)] 
user_namespaces.7: Document maximum nesting depth for user namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Minor tweaks to example program
Michael Kerrisk [Mon, 2 Jun 2014 04:45:13 +0000 (06:45 +0200)] 
user_namespaces.7: Minor tweaks to example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: tfix
Michael Kerrisk [Sun, 16 Mar 2014 06:42:35 +0000 (07:42 +0100)] 
setns.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopid_namespaces.7: ffix
Michael Kerrisk [Fri, 14 Mar 2014 18:57:08 +0000 (19:57 +0100)] 
pid_namespaces.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2, namespaces.7, pid_namespaces.7, user_namespaces.7: wfix "file system" =...
Michael Kerrisk [Fri, 14 Mar 2014 18:54:00 +0000 (19:54 +0100)] 
clone.2, namespaces.7, pid_namespaces.7, user_namespaces.7: wfix "file system" ==> "filesystem"

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosetns.2: A process can't join a new userns if it shares CLONE_FS attributes
Michael Kerrisk [Fri, 22 Mar 2013 12:18:52 +0000 (13:18 +0100)] 
setns.2: A process can't join a new userns if it shares CLONE_FS attributes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: tfix
Michael Kerrisk [Mon, 2 Jun 2014 09:29:05 +0000 (11:29 +0200)] 
unshare.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: wfix
Michael Kerrisk [Fri, 22 Mar 2013 12:09:16 +0000 (13:09 +0100)] 
unshare.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: CLONE_NEWUSER implies CLONE_FS
Michael Kerrisk [Fri, 22 Mar 2013 12:06:53 +0000 (13:06 +0100)] 
unshare.2: CLONE_NEWUSER implies CLONE_FS

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: Remove obsolete reference to "Restrictions" text in user_namespaces(7)
Michael Kerrisk [Fri, 22 Mar 2013 12:05:30 +0000 (13:05 +0100)] 
unshare.2: Remove obsolete reference to "Restrictions" text in user_namespaces(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Remove discussion of flags that can't be used with CLONE_NEWUSER
Michael Kerrisk [Fri, 22 Mar 2013 12:03:44 +0000 (13:03 +0100)] 
user_namespaces.7: Remove discussion of flags that can't be used with CLONE_NEWUSER

That information is better put into individual pages.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2: Improve discussion of flags that can't be specified with CLONE_NEWUSER
Michael Kerrisk [Fri, 22 Mar 2013 12:02:45 +0000 (13:02 +0100)] 
clone.2: Improve discussion of flags that can't be specified with CLONE_NEWUSER

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosemop.2: Refer to clone(2) for semantics of CLONE_SYSVSEM and semadj lists
Michael Kerrisk [Sat, 23 Mar 2013 14:54:17 +0000 (15:54 +0100)] 
semop.2: Refer to clone(2) for semantics of CLONE_SYSVSEM and semadj lists

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2: Add more detail on the meaning of CLONE_SYVSEM
Michael Kerrisk [Fri, 22 Mar 2013 10:34:22 +0000 (11:34 +0100)] 
clone.2: Add more detail on the meaning of CLONE_SYVSEM

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: Clarify semantics of CLONE_SYSVSEM
Michael Kerrisk [Fri, 22 Mar 2013 10:38:55 +0000 (11:38 +0100)] 
unshare.2: Clarify semantics of CLONE_SYSVSEM

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: CLONE_SYSVSEM does not require CAP_SYS_ADMIN
Michael Kerrisk [Fri, 22 Mar 2013 09:35:04 +0000 (10:35 +0100)] 
unshare.2: CLONE_SYSVSEM does not require CAP_SYS_ADMIN

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: CLONE_NEWPID automatically implies CLONE_THREAD
Michael Kerrisk [Fri, 22 Mar 2013 07:58:50 +0000 (08:58 +0100)] 
unshare.2: CLONE_NEWPID automatically implies CLONE_THREAD

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: CLONE_NEWUSER implies CLONE_THREAD
Michael Kerrisk [Fri, 22 Mar 2013 07:54:12 +0000 (08:54 +0100)] 
unshare.2: CLONE_NEWUSER implies CLONE_THREAD

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: wfix
Michael Kerrisk [Fri, 22 Mar 2013 07:50:13 +0000 (08:50 +0100)] 
unshare.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agounshare.2: srcfix: update FIXMEs
Michael Kerrisk [Fri, 22 Mar 2013 07:41:41 +0000 (08:41 +0100)] 
unshare.2: srcfix: update FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoclone.2: Note restrictions on CLONE_NEWUSER with other CLONE_* flags
Michael Kerrisk [Fri, 22 Mar 2013 07:14:22 +0000 (08:14 +0100)] 
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>
10 years agounshare.2: Note restrictions on CLONE_NEWUSER with other CLONE_* flags
Michael Kerrisk [Fri, 22 Mar 2013 07:14:13 +0000 (08:14 +0100)] 
unshare.2: Note restrictions on CLONE_NEWUSER with other CLONE_* flags

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

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Document restrictions on CLONE_NEWUSER with other CLONE_* flags
Michael Kerrisk [Fri, 22 Mar 2013 07:08:31 +0000 (08:08 +0100)] 
user_namespaces.7: Document restrictions on CLONE_NEWUSER with other CLONE_* flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agomq_overview.7: Refer to namespaces(7) for info on POSIX MQs and IPC namespaces
Michael Kerrisk [Mon, 18 Mar 2013 08:46:32 +0000 (09:46 +0100)] 
mq_overview.7: Refer to namespaces(7) for info on POSIX MQs and IPC namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocapabilities.7: Refer reader to user_namespaces(7) for a discussion of capabilities
Michael Kerrisk [Thu, 7 Mar 2013 09:51:26 +0000 (10:51 +0100)] 
capabilities.7: Refer reader to user_namespaces(7) for a discussion of capabilities

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agocapabilities.7: setns() needs CAP_SYS_ADMIN in the *target* namespace
Michael Kerrisk [Thu, 7 Mar 2013 08:52:01 +0000 (09:52 +0100)] 
capabilities.7: setns() needs CAP_SYS_ADMIN in the *target* namespace

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopid_namespaces.7: Fix kernel version number for reboot() in pidns discussion
Michael Kerrisk [Thu, 14 Mar 2013 10:15:08 +0000 (11:15 +0100)] 
pid_namespaces.7: Fix kernel version number for reboot() in pidns discussion

Should be 3.4, not 3.9, as per comments from Eric Biederman

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agopid_namespaces.7: Refer to reboot(2) for a discussion of reboot() inside a PID namespace
Michael Kerrisk [Wed, 6 Mar 2013 23:32:21 +0000 (00:32 +0100)] 
pid_namespaces.7: Refer to reboot(2) for a discussion of reboot() inside a PID namespace

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoreboot.2: Tweak text on reboot in PID namesapces
Michael Kerrisk [Thu, 14 Mar 2013 10:13:03 +0000 (11:13 +0100)] 
reboot.2: Tweak text on reboot in PID namesapces

Reviewed-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmai>
10 years agoreboot.2: Document effect of reboot() inside PID namespaces
Michael Kerrisk [Wed, 6 Mar 2013 23:28:10 +0000 (00:28 +0100)] 
reboot.2: Document effect of reboot() inside PID namespaces

Reported-by: Justin Cormack <justin@street-vision.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agoreboot.2: tfix
Michael Kerrisk [Wed, 6 Mar 2013 22:22:05 +0000 (23:22 +0100)] 
reboot.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agosvipc.7: Refer to namespaces(7) for info on System V IPC and IPC namespaces
Michael Kerrisk [Mon, 18 Mar 2013 08:44:26 +0000 (09:44 +0100)] 
svipc.7: Refer to namespaces(7) for info on System V IPC and IPC namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: Document /proc interfaces that are distinct in each IPC namespace
Michael Kerrisk [Mon, 18 Mar 2013 08:42:04 +0000 (09:42 +0100)] 
namespaces.7: Document /proc interfaces that are distinct in each IPC namespace

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agonamespaces.7: Remove repetitious text under network namespaces
Michael Kerrisk [Tue, 5 Mar 2013 11:23:26 +0000 (12:23 +0100)] 
namespaces.7: Remove repetitious text under network namespaces

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: srcfix
Michael Kerrisk [Fri, 22 Mar 2013 06:19:59 +0000 (07:19 +0100)] 
user_namespaces.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Move discussion of availability of user namespaces to NOTES
Michael Kerrisk [Fri, 22 Mar 2013 06:19:11 +0000 (07:19 +0100)] 
user_namespaces.7: Move discussion of availability of user namespaces to NOTES

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: SEE ALSO: add newgidmap(1), newuidmap(1), subgid(5), subuid(5)
Michael Kerrisk [Thu, 21 Mar 2013 15:50:17 +0000 (16:50 +0100)] 
user_namespaces.7: SEE ALSO: add newgidmap(1), newuidmap(1), subgid(5), subuid(5)

Pages in the "shadow" package

Reported-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: execve(2) will drop capabilities unless the caller's UID maps...
Michael Kerrisk [Thu, 21 Mar 2013 15:47:47 +0000 (16:47 +0100)] 
user_namespaces.7: execve(2) will drop capabilities unless the caller's UID maps to 0

Reported-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: wfix
Michael Kerrisk [Thu, 21 Mar 2013 15:38:47 +0000 (16:38 +0100)] 
user_namespaces.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Some subsystems don't support user namespaces in some kernel versions
Michael Kerrisk [Thu, 21 Mar 2013 09:51:58 +0000 (10:51 +0100)] 
user_namespaces.7: Some subsystems don't support user namespaces in some kernel versions

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: srcfix: Add FIXME
Michael Kerrisk [Thu, 21 Mar 2013 09:32:23 +0000 (10:32 +0100)] 
user_namespaces.7: srcfix: Add FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Minor fixes in various places
Michael Kerrisk [Fri, 15 Mar 2013 06:18:53 +0000 (07:18 +0100)] 
user_namespaces.7: Minor fixes in various places

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: srcfix
Michael Kerrisk [Thu, 14 Mar 2013 10:41:08 +0000 (11:41 +0100)] 
user_namespaces.7: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: tfix
Michael Kerrisk [Thu, 14 Mar 2013 10:39:19 +0000 (11:39 +0100)] 
user_namespaces.7: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Clarify some capabilities details
Michael Kerrisk [Fri, 8 Mar 2013 15:54:50 +0000 (16:54 +0100)] 
user_namespaces.7: Clarify some capabilities details

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Note treatment of "securebits" flags
Michael Kerrisk [Fri, 8 Mar 2013 13:56:33 +0000 (14:56 +0100)] 
user_namespaces.7: Note treatment of "securebits" flags

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: wfix
Michael Kerrisk [Fri, 8 Mar 2013 13:09:42 +0000 (14:09 +0100)] 
user_namespaces.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Rewrote and reorganized various pieces
Michael Kerrisk [Thu, 7 Mar 2013 09:57:39 +0000 (10:57 +0100)] 
user_namespaces.7: Rewrote and reorganized various pieces

Mainly the pieces on capabilities, nested namespaces
and namespace membership.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: wfix
Michael Kerrisk [Mon, 4 Mar 2013 16:21:23 +0000 (17:21 +0100)] 
user_namespaces.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: SEE ALSO: remove unshare(1) (which is mentioned in namespaces(7))
Michael Kerrisk [Mon, 4 Mar 2013 16:18:33 +0000 (17:18 +0100)] 
user_namespaces.7: SEE ALSO: remove unshare(1) (which is mentioned in namespaces(7))

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Clarify that the child of clone() gets all privileges in new userns
Michael Kerrisk [Mon, 4 Mar 2013 16:17:19 +0000 (17:17 +0100)] 
user_namespaces.7: Clarify that the child of clone() gets all privileges in new userns

Nothing special happens for the children of unshare(2).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Add reference to Documentation/namespaces/resource-control.txt
Michael Kerrisk [Mon, 4 Mar 2013 16:07:35 +0000 (17:07 +0100)] 
user_namespaces.7: Add reference to Documentation/namespaces/resource-control.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Further reworking of text on nested namespaces and capabilities
Michael Kerrisk [Fri, 1 Mar 2013 17:12:44 +0000 (18:12 +0100)] 
user_namespaces.7: Further reworking of text on nested namespaces and capabilities

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Relocate text on capabilities of initial process in userns
Michael Kerrisk [Fri, 1 Mar 2013 15:42:02 +0000 (16:42 +0100)] 
user_namespaces.7: Relocate text on capabilities of initial process in userns

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Explain uid_map and gid_map in the initial user namespace
Michael Kerrisk [Fri, 1 Mar 2013 15:31:19 +0000 (16:31 +0100)] 
user_namespaces.7: Explain uid_map and gid_map in the initial user namespace

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Add more detail on unmapped UIDs and GIDs exposed to user space
Michael Kerrisk [Fri, 1 Mar 2013 15:27:45 +0000 (16:27 +0100)] 
user_namespaces.7: Add more detail on unmapped UIDs and GIDs exposed to user space

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Reorganize various pieces of DESCRIPTION
Michael Kerrisk [Fri, 1 Mar 2013 14:24:50 +0000 (15:24 +0100)] 
user_namespaces.7: Reorganize various pieces of DESCRIPTION

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
10 years agouser_namespaces.7: Remove duplicated text on EPERM + mapping required in parent userns
Michael Kerrisk [Fri, 1 Mar 2013 14:07:19 +0000 (15:07 +0100)] 
user_namespaces.7: Remove duplicated text on EPERM + mapping required in parent userns

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>