commit | d570a5c30fd420c099f25e72de000b66eade6865 | [log] [tgz] |
---|---|---|
author | Seigo Nonaka <nona@google.com> | Fri Jul 21 14:29:24 2023 +0900 |
committer | Seigo Nonaka <nona@google.com> | Mon Aug 14 07:46:19 2023 +0900 |
tree | aaaec4d9456c7525d11c567c9998cc437d7e1a7b | |
parent | 3c2597caee602960a51c9fc748a3dab7cf7530c8 [diff] [blame] |
Make font_fallback.xml unreadable Bug: 281769620 Test: atest CtsGraphicsTestCases Test: atest CtsTextTestCases Change-Id: I05011c9313fa3818ec50d9884227512ef1b0fda9
diff --git a/private/file.te b/private/file.te index 129b1ea..64b51a2 100644 --- a/private/file.te +++ b/private/file.te
@@ -136,3 +136,6 @@ # /sys/firmware/devicetree/base/avf type sysfs_dt_avf, fs_type, sysfs_type; + +# Type for /system/fonts/font_fallback.xm +type system_font_fallback_file, system_file_type, file_type;