View | Details | Raw Unified | Return to bug 225102 | Differences between
and this patch

Collapse All | Expand All

(-)graphics/ImageMagick6/files/patch-config_policy.xml (-8 / +9 lines)
Lines 1-16 Link Here
1
Upstream doesn't disable these by default.
1
Upstream doesn't disable these by default.
2
2
3
--- config/policy.xml.orig	2017-09-23 12:22:04 UTC
3
--- config/policy.xml.orig	2018-10-23 19:24:34 UTC
4
+++ config/policy.xml
4
+++ config/policy.xml
5
@@ -64,6 +64,11 @@
5
@@ -68,7 +68,11 @@
6
   <!-- <policy domain="resource" name="map" value="4GiB"/> -->
6
   <!-- <policy domain="resource" name="thread" value="4"/> -->
7
   <!-- <policy domain="resource" name="width" value="10KP"/> -->
7
   <!-- <policy domain="resource" name="throttle" value="0"/> -->
8
   <!-- <policy domain="resource" name="height" value="10KP"/> -->
8
   <!-- <policy domain="resource" name="time" value="3600"/> -->
9
-  <!-- <policy domain="coder" rights="none" pattern="MVG" /> -->
9
+  <policy domain="coder" rights="none" pattern="EPHEMERAL" />
10
+  <policy domain="coder" rights="none" pattern="EPHEMERAL" />
10
+  <policy domain="coder" rights="none" pattern="URL" />
11
+  <policy domain="coder" rights="none" pattern="URL" />
11
+  <policy domain="coder" rights="none" pattern="HTTPS" />
12
+  <policy domain="coder" rights="none" pattern="HTTPS" />
12
+  <policy domain="coder" rights="none" pattern="MVG" />
13
+  <policy domain="coder" rights="none" pattern="MVG" />
13
+  <policy domain="coder" rights="none" pattern="MSL" />
14
+  <policy domain="coder" rights="none" pattern="MSL" />
14
   <!-- <policy domain="resource" name="area" value="100MP"/> -->
15
   <!-- <policy domain="module" rights="none" pattern="{PS,PDF,XPS}" /> -->
15
   <!-- <policy domain="resource" name="disk" value="16EiB"/> -->
16
   <!-- <policy domain="delegate" rights="none" pattern="HTTPS" /> -->
16
   <!-- <policy domain="resource" name="file" value="768"/> -->
17
   <!-- <policy domain="path" rights="none" pattern="@*" /> -->

Return to bug 225102