[Detail] New sepolicy path declared and also support legacy android. MTK-Commit-Id: 8982268bbef8f852c153428f1a5f83849953c7c2 Change-Id: Ic10f297a312ff2e89e44a0aa323ffa11bc78ff6e CR-Id: ALPS04767749 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
15 lines
549 B
Plaintext
15 lines
549 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;
|