From e8cf0beea28cedb8ef062dc3ea80ee759100411e 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 1ac73709de..cd7a2eb228 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -109,6 +109,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. + +