Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bbb-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ main() {
<policy domain="module" rights="none" pattern="*" />
<policy domain="module" rights="read | write" pattern="{BMP,GIF,JPEG,PDF,PNG,TIFF,WEBP}"/>
<policy domain="module" rights="read | write" pattern="{MPC}" stealth="true"/>
<policy domain="module" rights="read" pattern="{XC}"/>
<policy domain="module" rights="write" pattern="{JSON,INFO,PNM,PS,SVG}"/>
<!-- This policy sets the number of times to replace content of certain
memory buffers and temporary files before they are freed or deleted. -->
Expand Down