summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-08-07 09:55:07 +0200
committerGitHub <noreply@github.com>2018-08-07 09:55:07 +0200
commit6f663594bc5ee087cb15175cb691eaebcc45a0a1 (patch)
tree1c5d1b01590e7a98d46a708008411a3b058ff550 /man
parentfc0bb34db369e597b00d88682d8ed6202f7a12b2 (diff)
parentfe65e88ba6ad876baf759461fd99162f706dd35e (diff)
downloadsystemd-6f663594bc5ee087cb15175cb691eaebcc45a0a1.tar.gz
Merge pull request #9744 from yuwata/fix-9737
Make RootImage= work with PrivateDevices=
Diffstat (limited to 'man')
-rw-r--r--man/systemd.exec.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index c898d226a7..0b650fc67a 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -124,7 +124,16 @@
partition table, or a file system within an MBR/MS-DOS or GPT partition table with only a single
Linux-compatible partition, or a set of file systems within a GPT partition table that follows the <ulink
url="https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/">Discoverable Partitions
- Specification</ulink>.</para></listitem>
+ Specification</ulink>.</para>
+
+ <para>When <varname>DevicePolicy=</varname> is set to <literal>closed</literal> or <literal>strict</literal>,
+ or set to <literal>auto</literal> and <varname>DeviceAllow=</varname> is set, then this setting adds
+ <filename>/dev/loop-control</filename> with <constant>rw</constant> mode, <literal>block-loop</literal> and
+ <literal>block-blkext</literal> with <constant>rwm</constant> mode to <varname>DeviceAllow=</varname>. See
+ <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ for the details about <varname>DevicePolicy=</varname> or <varname>DeviceAllow=</varname>. Also, see
+ <varname>PrivateDevices=</varname> below, as it may change the setting of <varname>DevicePolicy=</varname>.
+ </para></listitem>
</varlistentry>
<varlistentry>