From b3063465b5ba12463cdd31d08e81aba1930212d4 Mon Sep 17 00:00:00 2001 From: Calvin Walton Date: Wed, 10 Dec 2025 10:32:45 -0500 Subject: [PATCH] Update ImageMagick policy to allow the XC module The presentation format recording scripts use the xc module (which stands for "Constant Color" to generate placeholder images for slides which are missing / failed to convert and a few other circumstances. The XC module is safe to enable, since it doesn't involve reading any files - it only generates single-color in memory images, and image sizes (memory usage) are limited by other sections of the policy. --- bbb-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bbb-install.sh b/bbb-install.sh index 21294fc..f126cde 100644 --- a/bbb-install.sh +++ b/bbb-install.sh @@ -498,6 +498,7 @@ main() { +