mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
RootDirectory= and other options already implicitly enable PrivateUsers=
since 6ef721cbc7 if they are set in user
units, so that they can work out of the box.
Now with mountfsd support we can do the same for the images settings,
so enable them and document them.
24 lines
1.1 KiB
XML
24 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE refsect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
|
|
<!--
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
-->
|
|
|
|
<refsect1>
|
|
<title/>
|
|
|
|
<para id="singular">When enabled for services running in per-user instances of the service manager
|
|
this option implicitly enables <varname>PrivateUsers=</varname> (requires unprivileged user namespaces
|
|
support to be enabled in the kernel via the <literal>kernel.unprivileged_userns_clone=</literal> sysctl)
|
|
and also relies on
|
|
<citerefentry><refentrytitle>systemd-mountfsd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
|
|
|
|
<para id="plural">When enabled for services running in per-user instances of the service manager
|
|
these options implicitly enable <varname>PrivateUsers=</varname> (requires unprivileged user namespaces
|
|
support to be enabled in the kernel via the <literal>kernel.unprivileged_userns_clone=</literal> sysctl)
|
|
and also rely on
|
|
<citerefentry><refentrytitle>systemd-mountfsd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para>
|
|
|
|
</refsect1>
|