From: Yu Watanabe Date: Tue, 29 May 2018 06:11:35 +0000 (+0900) Subject: doc: mention RestrictNamespaces= merges multiple assignment now X-Git-Tag: v239~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0eee4770784543664281306b82ef5d40bec2a8c;p=thirdparty%2Fsystemd.git doc: mention RestrictNamespaces= merges multiple assignment now Follow-up for #8817. --- diff --git a/NEWS b/NEWS index 614a53cea21..5c3d5eb8415 100644 --- 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