diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index c11c7db706..44233d0265 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1383,6 +1383,11 @@ CapabilityBoundingSet=~CAP_B CAP_C accessible to privileged processes. However, most namespacing settings, that will not work on their own in user services, will work when used in conjunction with PrivateUsers=. + Note that the various options that turn directories read-only (such as + ProtectSystem=, ReadOnlyPaths=, …) do not affect the ability for + programs to connect to and communicate with AF_UNIX sockets in these + directores. These options cannot be used to lock down access to IPC services hence. +