[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
26 lines
902 B
Plaintext
26 lines
902 B
Plaintext
# ==============================================
|
|
# Policy File of /system/bin/mtk_wmt_launcher Executable File
|
|
|
|
|
|
# ==============================================
|
|
# Type Declaration
|
|
# ==============================================
|
|
type mtk_wmt_launcher ,domain;
|
|
type mtk_wmt_launcher_exec , exec_type, file_type, vendor_file_type;
|
|
|
|
# ==============================================
|
|
# MTK Policy Rule
|
|
# ==============================================
|
|
init_daemon_domain(mtk_wmt_launcher)
|
|
|
|
# set the property
|
|
set_prop(mtk_wmt_launcher, wmt_prop)
|
|
|
|
# add ioctl/open/read/write permission for mtk_wmt_launcher with /dev/stpwmt
|
|
allow mtk_wmt_launcher stpwmt_device:chr_file rw_file_perms;
|
|
allow mtk_wmt_launcher devpts:chr_file rw_file_perms;
|
|
allow mtk_wmt_launcher system_file:dir { read open };
|
|
|
|
# Date : W18.01
|
|
# Add for turn on SElinux in enforcing mode
|
|
allow mtk_wmt_launcher vendor_file:dir { read open }; |