Add ICU message format support
[chromium-blink-merge.git] / content / ppapi_plugin / ppapi.sb
blob4493cc3537cf21a8c513a6316789434c4f762b9d
1 ;;
2 ;; Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 ;; Use of this source code is governed by a BSD-style license that can be
4 ;; found in the LICENSE file.
5 ;;
7 ; TODO(viettrungluu): Confirm that the exceptions below are needed.
9 ; *** The contents of content/common/common.sb are implicitly included here. ***
11 ; Needed for Fonts.
12 (allow file-read* (regex #"^/System/Library/Fonts($|/)"))
13 (allow file-read* (regex #"^/Library/Fonts($|/)"))
14 (allow mach-lookup (global-name "com.apple.FontObjectsServer"))
15 (allow mach-lookup (global-name "com.apple.FontServer"))
17 ; http://crbug.com/11269
18 (allow file-read* (subpath (user-homedir-path "/Library/Fonts")))