[Detail] Only BASIC Sepolicy need to be applyed for BASIC, we separate basic/bsp sepolicy for BASIC. This workaround is for fixing the build errors that cause by the declarations were defined in bsp/ dir and neverallow rules. MTK-Commit-Id: f1ed54e84b85f73e20dcc8c2ac5f0c42fddedc77 Change-Id: I568873fcc272d04b018efc4be00924b751bb3775 CR-Id: ALPS04340791 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
# ==============================================
|
|
# 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)
|