man: systemd.exec: Clarify InaccessibleDirectories (#3048) (#3048)
authorNicolas Braud-Santoni <nicolas@braud-santoni.eu>
Sun, 17 Apr 2016 12:22:17 +0000 (14:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 17 Apr 2016 12:22:17 +0000 (14:22 +0200)
man/systemd.exec.xml

index 3e1a2cb..4ed62db 100644 (file)
         reading only, writing will be refused even if the usual file
         access controls would permit this. Directories listed in
         <varname>InaccessibleDirectories=</varname> will be made
-        inaccessible for processes inside the namespace. Note that
-        restricting access with these options does not extend to
-        submounts of a directory that are created later on. These
+        inaccessible for processes inside the namespace, and may not
+        countain any other mountpoints, including those specified by
+        <varname>ReadWriteDirectories=</varname> or
+        <varname>ReadOnlyDirectories=</varname>.
+        Note that restricting access with these options does not extend
+        to submounts of a directory that are created later on. These
         options may be specified more than once, in which case all
         directories listed will have limited access from within the
         namespace. If the empty string is assigned to this option, the