From fe8d9962d2f13ee2d7b2cd729cd9bf4109a1b56c Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 7 Feb 2018 14:03:33 +1100 Subject: [PATCH] add note for update-policy rules changes (cherry picked from commit ff8f2a584d6a809158b1aaf59bde12061c096cc1) --- doc/arm/notes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 65eb7d196c..bc41cbbf5c 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -46,6 +46,15 @@ CVE-2017-3145. [RT #46839] + + + update-policy rules that otherwise ignore the name field now + require that it be set to "." to ensure that any type list + present is properly interpreted. If the name field was omitted + from the rule declaration and a type list was present it wouldn't + be interpreted as expected. + +