[systemd-commits] man/systemd.exec.xml NEWS
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Mon Aug 4 06:27:59 PDT 2014
NEWS | 2 +-
man/systemd.exec.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit ef392da6c56cdfff35265403192f051af257b3f8
Author: Ansgar Burchardt <ansgar at debian.org>
Date: Mon Jul 28 18:57:30 2014 +0200
Correct references to ProtectSystem and ProtectHome in documentation
diff --git a/NEWS b/NEWS
index 71017fa..d6cbc5a 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 2f75915..a1eb112 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
More information about the systemd-commits
mailing list