Commit 313aeba06 for imagemagick.org

commit 313aeba06f8fd6d24df7e120171eafc7d0b6439a
Author: Cristy <urban-warrior@imagemagick.org>
Date:   Sat Apr 18 07:24:17 2026 -0400

    mentioned symlink system policy

diff --git a/config/policy-open.xml b/config/policy-open.xml
index d71d508d1..d1f1230de 100644
--- a/config/policy-open.xml
+++ b/config/policy-open.xml
@@ -150,4 +150,6 @@
   <!-- Set the maximum amount of memory in bytes that are permitted for
        allocation requests. -->
   <!-- <policy domain="system" name="max-memory-request" value="256MiB"/> -->
+  <!-- If the basename of path is a symbolic link, the open fails -->
+  <!-- <policy domain="system" name="symlink" rights="none" pattern="follow"/> -->
 </policymap>