From 2767fc751bdce031fc83fa60b43dee020e1e2dee 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 b9715e3113..3e8c8b3a17 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -132,6 +132,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. + +