]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: option is ProtectKernelTunables not ProtectedKernelTunables (#4451)
authorDjalal Harouni <tixxdz@opendz.org>
Fri, 21 Oct 2016 22:43:36 +0000 (00:43 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 21 Oct 2016 22:43:36 +0000 (18:43 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 6378e596f677d72f1d0b3a50ce2fa7c6e6ba61cd..24d6ae1bd25edc287fc8c9265b51d551f7fe4a2c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ CHANGES WITH 232 in spe
           whole file system tree with the exception of /dev, /proc, and /sys,
           to be remounted read-only for a service.
 
-        * The new ProtectedKernelTunables= option can be used to disable
+        * The new ProtectKernelTunables= option can be used to disable
           modification of configuration files in /sys and /proc by a service.
           Various directories and files are remounted read-only, so access is
           restricted even if the file permissions would allow it.