Commit ce5434daf for imagemagick.org
commit ce5434daff559d3b9213a10da1422ab366d0479f
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Tue Mar 31 19:43:39 2026 +0200
Corrected the name of the module.
diff --git a/config/policy-limited.xml b/config/policy-limited.xml
index 4a1280e27..92f1a25da 100644
--- a/config/policy-limited.xml
+++ b/config/policy-limited.xml
@@ -85,7 +85,7 @@
<!-- Indirect reads are not permitted. -->
<policy domain="path" rights="none" pattern="@*"/>
<!-- These image types are security risks on read, but write is fine -->
- <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,TEXT,URL,XPS}"/>
+ <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,TXT,URL,XPS}"/>
<!-- This policy sets the number of times to replace content of certain
memory buffers and temporary files before they are freed or deleted. -->
<!-- <policy domain="system" name="shred" value="1"/> -->
diff --git a/config/policy-open.xml b/config/policy-open.xml
index 2d8436239..d71d508d1 100644
--- a/config/policy-open.xml
+++ b/config/policy-open.xml
@@ -140,7 +140,7 @@
<!-- Indirect reads are not permitted. -->
<!-- <policy domain="path" rights="none" pattern="@*"/> -->
<!-- These image types are security risks on read, but write is fine -->
- <!-- <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,TEXT,URL,XPS}"/> -->
+ <!-- <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,TXT,URL,XPS}"/> -->
<!-- This policy sets the number of times to replace content of certain
memory buffers and temporary files before they are freed or deleted. -->
<!-- <policy domain="system" name="shred" value="1"/> -->
diff --git a/config/policy-secure.xml b/config/policy-secure.xml
index 15fb85b3f..c1633e5f0 100644
--- a/config/policy-secure.xml
+++ b/config/policy-secure.xml
@@ -98,7 +98,7 @@
<!-- Indirect reading is not permitted. -->
<policy domain="path" rights="none" pattern="@*"/>
<!-- These image types are security risks on read, but write is fine -->
- <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,TEXT,URL,XPS}"/>
+ <policy domain="module" rights="write" pattern="{MSL,MVG,PS,SVG,TXT,URL,XPS}"/>
<!-- This policy sets the number of times to replace content of certain
memory buffers and temporary files before they are freed or deleted. -->
<policy domain="system" name="shred" value="1"/>