doc: lxc.monitor.unshare requires CAP_SYS_ADMIN

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Wolfgang Bumiller 2015-12-02 09:03:59 +01:00 committed by Stéphane Graber
parent a8dfe4e08d
commit 6039eaa236

View File

@ -1679,7 +1679,8 @@ mknod errno 0
<para> <para>
If not zero the mount namespace will be unshared from the host If not zero the mount namespace will be unshared from the host
before initializing the container (before running any pre-start before initializing the container (before running any pre-start
hooks). Default is 0. hooks). This requires the CAP_SYS_ADMIN capability at startup.
Default is 0.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>