Last active
November 18, 2017 02:36
-
-
Save pfigel/5aa5ca53b1589ff403b6dadad447e5bf to your computer and use it in GitHub Desktop.
Revisions
-
pfigel revised this gist
Nov 18, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <policy domain="resource" name="disk" value="512MB" /> <policy domain="resource" name="file" value="512" /> <policy domain="resource" name="thread" value="2" /> <policy domain="resource" name="time" value="120" /> <policy domain="system" name="precision" value="6" /> <policy domain="system" name="max-memory-request" value="256MB" /> <policy domain="system" name="memory-map" value="anonymous" /> -
pfigel revised this gist
Nov 18, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <policy domain="resource" name="map" value="256MiB" /> <policy domain="resource" name="width" value="8KP" /> <policy domain="resource" name="height" value="8KP" /> <policy domain="resource" name="area" value="16KP" /> <policy domain="resource" name="disk" value="512MB" /> <policy domain="resource" name="file" value="512" /> <policy domain="resource" name="thread" value="2" /> -
pfigel revised this gist
Nov 16, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ]> <policymap> <policy domain="resource" name="memory" value="256MiB" /> <policy domain="resource" name="map" value="256MiB" /> <policy domain="resource" name="width" value="8KP" /> <policy domain="resource" name="height" value="8KP" /> <policy domain="resource" name="area" value="128MB" /> -
pfigel revised this gist
Nov 8, 2017 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,6 @@ <policy domain="resource" name="disk" value="512MB" /> <policy domain="resource" name="file" value="512" /> <policy domain="resource" name="thread" value="2" /> <policy domain="resource" name="time" value="60" /> <policy domain="system" name="precision" value="6" /> <policy domain="system" name="max-memory-request" value="256MB" /> -
pfigel revised this gist
Nov 6, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <policy domain="resource" name="disk" value="512MB" /> <policy domain="resource" name="file" value="512" /> <policy domain="resource" name="thread" value="2" /> <policy domain="resource" name="throttle" value="10" /> <policy domain="resource" name="time" value="60" /> <policy domain="system" name="precision" value="6" /> <policy domain="system" name="max-memory-request" value="256MB" /> -
pfigel revised this gist
Nov 6, 2017 . No changes.There are no files selected for viewing
-
pfigel created this gist
Nov 6, 2017 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE policymap [ <!ELEMENT policymap (policy)+> <!ATTLIST policymap xmlns CDATA #FIXED ''> <!ELEMENT policy EMPTY> <!ATTLIST policy xmlns CDATA #FIXED '' domain NMTOKEN #REQUIRED name NMTOKEN #IMPLIED pattern CDATA #IMPLIED rights NMTOKEN #IMPLIED stealth NMTOKEN #IMPLIED value CDATA #IMPLIED> ]> <policymap> <policy domain="resource" name="memory" value="256MiB" /> <policy domain="resource" name="map" value="512MiB" /> <policy domain="resource" name="width" value="8KP" /> <policy domain="resource" name="height" value="8KP" /> <policy domain="resource" name="area" value="128MB" /> <policy domain="resource" name="disk" value="512MB" /> <policy domain="resource" name="file" value="512" /> <policy domain="resource" name="thread" value="2" /> <policy domain="resource" name="throttle" value="100" /> <policy domain="resource" name="time" value="60" /> <policy domain="system" name="precision" value="6" /> <policy domain="system" name="max-memory-request" value="256MB" /> <policy domain="system" name="memory-map" value="anonymous" /> <policy domain="cache" name="memory-map" value="anonymous" /> <policy domain="system" name="shred" value="1" /> <policy domain="delegate" rights="none" pattern="*" /> <policy domain="coder" rights="none" pattern="*" /> <policy domain="coder" rights="read | write" pattern="{GIF,JPEG,PNG,WEBP}" /> <!-- in order to avoid to get image with password text --> <policy domain="path" rights="none" pattern="@*" /> <!-- replace value with a random passphrase --> <policy domain="cache" name="shared-secret" value="passphrase" stealth="true" /> </policymap>