summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi.sb
diff options
context:
space:
mode:
Diffstat (limited to 'content/ppapi_plugin/ppapi.sb')
-rw-r--r--content/ppapi_plugin/ppapi.sb4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/ppapi_plugin/ppapi.sb b/content/ppapi_plugin/ppapi.sb
index 6e8fa56..f87be9d 100644
--- a/content/ppapi_plugin/ppapi.sb
+++ b/content/ppapi_plugin/ppapi.sb
@@ -14,10 +14,10 @@
; on 10.5 this is needed for the PDF plugin.
(allow file-read* (regex #"^/Library/Fonts($|/)"))
(allow mach-lookup (global-name "com.apple.FontObjectsServer")) ; 10.5.6
-;10.6_OR_ABOVE (allow mach-lookup (global-name "com.apple.FontServer")) ; 10.6
+(allow mach-lookup (global-name "com.apple.FontServer")) ; 10.6
; http://crbug.com/11269
-;10.6_OR_ABOVE (allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6
+(allow file-read* (subpath "@USER_HOMEDIR_AS_LITERAL@/Library/Fonts")) ; 10.6
; Bits of Adobe Flash wish to open /dev/urandom directly rather than
; using our cached file descriptor.