- disable PS, EPS, PDF and XPS in default policy.xml [bsc#1105592]

OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=380
This commit is contained in:
Petr Gajdos 2018-08-22 09:22:33 +00:00 committed by Git OBS Bridge
parent 27a4da982f
commit 9e9d1e4a9d
2 changed files with 13 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Index: ImageMagick-7.0.6-0/config/policy.xml
Index: ImageMagick-7.0.8-10/config/policy.xml
===================================================================
--- ImageMagick-7.0.6-0.orig/config/policy.xml 2017-06-28 09:11:49.170299620 +0200
+++ ImageMagick-7.0.6-0/config/policy.xml 2017-06-28 09:13:16.191813685 +0200
@@ -76,4 +76,15 @@
--- ImageMagick-7.0.8-10.orig/config/policy.xml 2018-08-13 13:05:28.000000000 +0200
+++ ImageMagick-7.0.8-10/config/policy.xml 2018-08-22 11:10:01.821570102 +0200
@@ -74,4 +74,19 @@
<!-- <policy domain="cache" name="memory-map" value="anonymous"/> -->
<!-- <policy domain="cache" name="synchronize" value="True"/> -->
<!-- <policy domain="cache" name="shared-secret" value="passphrase" stealth="true"/> -->
@ -17,4 +17,8 @@ Index: ImageMagick-7.0.6-0/config/policy.xml
+ <policy domain="coder" rights="none" pattern="SHOW" />
+ <policy domain="coder" rights="none" pattern="WIN" />
+ <policy domain="coder" rights="none" pattern="PLT" />
+ <policy domain="coder" rights="none" pattern="PS" />
+ <policy domain="coder" rights="none" pattern="EPS" />
+ <policy domain="coder" rights="none" pattern="PDF" />
+ <policy domain="coder" rights="none" pattern="XPS" />
</policymap>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 22 09:10:19 UTC 2018 - pgajdos@suse.com
- disable PS, EPS, PDF and XPS in default policy.xml [bsc#1105592]
-------------------------------------------------------------------
Fri Aug 17 07:54:19 UTC 2018 - pgajdos@suse.com