Skip to content

Commit 1bdbe35

Browse files
authored
Merge pull request #815 from kepstin/imagemagick-allow-xc
Update ImageMagick policy to allow the XC module
2 parents 6420b0a + 2df2809 commit 1bdbe35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bbb-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ main() {
498498
<policy domain="module" rights="none" pattern="*" />
499499
<policy domain="module" rights="read | write" pattern="{BMP,GIF,JPEG,PDF,PNG,TIFF,WEBP}"/>
500500
<policy domain="module" rights="read | write" pattern="{MPC}" stealth="true"/>
501+
<policy domain="module" rights="read" pattern="{XC}"/>
501502
<policy domain="module" rights="write" pattern="{JSON,INFO,PNM,PS,SVG}"/>
502503
<!-- This policy sets the number of times to replace content of certain
503504
memory buffers and temporary files before they are freed or deleted. -->

0 commit comments

Comments
 (0)