diff options
author | Luca Boccassi <bluca@debian.org> | 2022-03-10 02:30:08 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2022-03-10 21:38:10 +0100 |
commit | 24759d8f089f7d8ecee460d92278af348af21dd1 (patch) | |
tree | 8bce10d505155213c610f32187b2ee25ebb422f0 /man/systemd.exec.xml | |
parent | po: Translated using Weblate (Georgian) (diff) | |
download | systemd-24759d8f089f7d8ecee460d92278af348af21dd1.tar.xz systemd-24759d8f089f7d8ecee460d92278af348af21dd1.zip |
core: support ExtensionDirectories in user manager
Unprivileged overlayfs is supported since Linux 5.11. The only
change needed to get ExtensionDirectories to work is to avoid
hard-coding the staging directory to the system manager runtime
directory, everything else just works (TM).
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index defca12d1b..f182919673 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -479,7 +479,8 @@ or the host. See: <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para> - <xi:include href="system-only.xml" xpointer="singular"/></listitem> + <para>Note that usage from user units requires overlayfs support in unprivileged user namespaces, + which was first introduced in kernel v5.11.</para></listitem> </varlistentry> </variablelist> </refsect1> |