diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-13 15:27:04 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-13 15:27:04 +0200 |
commit | ac0930c892bc7979b4c9bc2a52e5e844650b025d (patch) | |
tree | f0388a829e7b827e0797fe5fab5ae50f79a6afcd /man | |
parent | 6f67a45d8e61d69bf4f75e1da3edcf9fe7d89982 (diff) |
namespace: rework namespace support
- don't use pivot_root() anymore, just reuse root hierarchy
- first create all mounts, then mark them read-only so that we get the
right behaviour when people want writable mounts inside of
read-only mounts
- don't pass invalid combinations of MS_ constants to the kernel
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.exec.xml | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index e1193d2d55..cf6ab1778e 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1043,20 +1043,13 @@ <option>shared</option>, <option>slave</option> or <option>private</option>, which - control whether namespaces set up with - <varname>ReadWriteDirectories=</varname>, - <varname>ReadOnlyDirectories=</varname> - and - <varname>InaccessibleDirectories=</varname> - receive or propagate new mounts - from/to the main namespace. See + control whether the file system + namespace set up for this unit's + processes will receive or propagate + new mounts. See <citerefentry><refentrytitle>mount</refentrytitle><manvolnum>1</manvolnum></citerefentry> - for details. Defaults to - <option>shared</option>, i.e. the new - namespace will both receive new mount - points from the main namespace as well - as propagate new mounts to - it.</para></listitem> + for details. Default to + <option>shared</option>.</para></listitem> </varlistentry> <varlistentry> |