diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | man/systemd.exec.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -299,7 +299,7 @@ CHANGES WITH 214: moved to /run/systemd/resolve/. If you have a symlink from /etc/resolv.conf, it might be necessary to correct it. - * Two new service settings, ProtectedHome= and ProtectedSystem=, + * Two new service settings, ProtectHome= and ProtectSystem=, have been added. When enabled, they will make the user data (such as /home) inaccessible or read-only and the system (such as /usr) read-only, for specific services. This allows diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2f75915c20..a1eb1127d9 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1027,8 +1027,8 @@ namespace related options (<varname>PrivateTmp=</varname>, <varname>PrivateDevices=</varname>, - <varname>ReadOnlySystem=</varname>, - <varname>ProtectedHome=</varname>, + <varname>ProtectSystem=</varname>, + <varname>ProtectHome=</varname>, <varname>ReadOnlyDirectories=</varname>, <varname>InaccessibleDirectories=</varname> and |