From b7ae0ec0c2a17c65fdc4cb20bfaa9625b7b0c9fb Mon Sep 17 00:00:00 2001 From: Caroline Yang Date: Sat, 18 Jan 2020 09:50:54 +0800 Subject: [PATCH] [ALPS03902348] GPU: Add sepolicy for graphics [Detail] Add libladder.so for libGLESv1_CM_mtk/libGLESv2_mtk MTK-Commit-Id: 9e5a69ae64012ac6c9a384715b62f2ee3baa8600 Change-Id: Ieb511eac2875db21da0644692a8551993cefbab6 CR-Id: ALPS03902348 Feature: OpenGL|ES --- non_plat/file_contexts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/non_plat/file_contexts b/non_plat/file_contexts index a791821..7c00efb 100644 --- a/non_plat/file_contexts +++ b/non_plat/file_contexts @@ -598,4 +598,6 @@ /vendor/lib(64)?/libdpframework\.so u:object_r:same_process_hal_file:s0 /vendor/lib(64)?/libpq_cust_base\.so u:object_r:same_process_hal_file:s0 /vendor/lib(64)?/vendor\.mediatek\.hardware\.pq@[0-9]\.[0-9]\.so u:object_r:same_process_hal_file:s0 -/vendor/lib(64)?/libpq_prot\.so u:object_r:same_process_hal_file:s0 \ No newline at end of file +/vendor/lib(64)?/libpq_prot\.so u:object_r:same_process_hal_file:s0 + +/vendor/lib(64)?/libladder\.so u:object_r:same_process_hal_file:s0 \ No newline at end of file