[Solution] add system binder call permission for ATM app change MTK-Commit-Id: cf3c223076a71f242690524178ac5a5a6f6d651b Change-Id: I79c6b30d5611d1c8774f25218c65dbf732129fb9 CR-Id: ALPS04799819 Feature: ATM
15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
# ==============================================
|
|
# Policy File of /system/bin/loghidlvendorservice Executable File
|
|
|
|
# ==============================================
|
|
# Type Declaration
|
|
# ==============================================
|
|
|
|
type loghidlvendorservice ,domain;
|
|
type loghidlvendorservice_exec, exec_type, file_type, vendor_file_type;
|
|
typeattribute loghidlvendorservice mlstrustedsubject;
|
|
|
|
hal_server_domain(loghidlvendorservice, mtk_hal_log)
|
|
init_daemon_domain(loghidlvendorservice)
|
|
# allow loghidlvendorservice self:capability dac_override;
|
|
allow loghidlvendorservice system_app:binder call; |