diff --git a/non_plat/mtkbootanimation.te b/non_plat/mtkbootanimation.te index 11a4874..4c56c81 100644 --- a/non_plat/mtkbootanimation.te +++ b/non_plat/mtkbootanimation.te @@ -30,8 +30,8 @@ allow mtkbootanimation proc_secmem:file { read open}; # Date : WK14.36 # Operation : Migration # Purpose : for ui -allow mtkbootanimation guiext-server:binder call; -allow mtkbootanimation guiext-server:binder transfer; +# allow mtkbootanimation guiext-server:binder call; +# allow mtkbootanimation guiext-server:binder transfer; # Date : WK16.29 # Operation : Migration @@ -41,7 +41,7 @@ allow mtkbootanimation dri_device:chr_file { read write open ioctl }; # Date : WK17.29 # Operation : Migration # Purpose : for device bring up -allow mtkbootanimation guiext-server_service:service_manager find; +# allow mtkbootanimation guiext-server_service:service_manager find; # Date : WK17.48 # Operation : Migration diff --git a/plat_private/guiext-server.te b/plat_private/guiext-server.te deleted file mode 100644 index 9b301d6..0000000 --- a/plat_private/guiext-server.te +++ /dev/null @@ -1,20 +0,0 @@ -# ============================================== -# Policy File of /system/bin/guiext-server Executable File - -# ============================================== -# MTK Policy Rule -# ============================================== -# Type Declaration -# ============================================== -type guiext-server_exec, system_file_type, exec_type, file_type; - -typeattribute guiext-server coredomain; - -init_daemon_domain(guiext-server) - -# for bqdump and conversion pool -binder_service(guiext-server) -binder_use(guiext-server) - -binder_call(guiext-server, binderservicedomain) -binder_call(guiext-server, appdomain) diff --git a/plat_public/guiext-server.te b/plat_public/guiext-server.te deleted file mode 100644 index 25d82b6..0000000 --- a/plat_public/guiext-server.te +++ /dev/null @@ -1,4 +0,0 @@ -# ============================================== -# Policy File of /system/bin/guiext-server Executable File - -type guiext-server, domain;