diff --git a/NEWS b/NEWS index 71017fa324..d6cbc5a9d2 100644 --- a/NEWS +++ b/NEWS @@ -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 (PrivateTmp=, PrivateDevices=, - ReadOnlySystem=, - ProtectedHome=, + ProtectSystem=, + ProtectHome=, ReadOnlyDirectories=, InaccessibleDirectories= and