[systemd-devel] [PATCH] Correct references to ProtectSystem and ProtectHome in documentation
Ansgar Burchardt
ansgar at debian.org
Mon Jul 28 09:57:30 PDT 2014
---
NEWS | 2 +-
man/systemd.exec.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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
--
2.0.1
More information about the systemd-devel
mailing list