From 19969a50ceb18e934cb99be378c88efa52d48959 Mon Sep 17 00:00:00 2001 From: handyohos Date: Tue, 10 Jan 2023 17:33:54 +0800 Subject: [PATCH] Feature: ohos_executable template add symbol_visibility_hidden by default When no version_script specified, use symbol_visibility_hidden to hide executable symbols for size and speed. Signed-off-by: handyohos Change-Id: I95879374dae82e4967ad0303f96616856a4895d0 #I69PGU --- sepolicy/base/te/bootanimation.te | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/base/te/bootanimation.te b/sepolicy/base/te/bootanimation.te index 8006140cc..76b24813b 100644 --- a/sepolicy/base/te/bootanimation.te +++ b/sepolicy/base/te/bootanimation.te @@ -79,3 +79,4 @@ allow bootanimation vendor_etc_file:dir { search }; allow bootanimation chip_prod_file:file { map open read getattr }; allow bootanimation sys_prod_file:file { map open read getattr }; allow bootanimation vendor_etc_file:file { map open read getattr }; +allow bootanimation sa_foundation_bms:samgr_class { get }; -- Gitee