]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
doc: mention RestrictNamespaces= merges multiple assignment now
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 May 2018 06:11:35 +0000 (15:11 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 29 May 2018 07:11:09 +0000 (09:11 +0200)
Follow-up for #8817.

NEWS

diff --git a/NEWS b/NEWS
index 614a53cea21827b60c5be87a887bcb9f8968a675..5c3d5eb84155d85d3060ff351587247a87d8f305 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,12 @@ CHANGES WITH 239 in spe:
           then it may be necessary to update the file to re-enable AF_INET and
           AF_INET6 to support network user name services, e.g. NIS.
 
+        * When the RestrictNamespaces= unit property is specified multiple times,
+          then the specified types are merged now. Previously, only the last
+          assignment was used. So, if distribution packagers or administrators
+          modified the setting by a drop-in config file, then it may be necessary
+          to update the file.
+
 CHANGES WITH 238:
 
         * The MemoryAccounting= unit property now defaults to on. After