diff options
author | Ansgar Burchardt <ansgar@debian.org> | 2014-07-28 18:57:30 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-04 09:27:20 -0400 |
commit | ef392da6c56cdfff35265403192f051af257b3f8 (patch) | |
tree | 58c9a2e364fce9e7de0ac178ab8e8b5f4b13b9e3 /NEWS | |
parent | 61b385c616633f12339411b68be29501fdb5fa18 (diff) |
Correct references to ProtectSystem and ProtectHome in documentation
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 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 |