blob: 69904f52a52aef70b73e86306307f2ccf46dcefe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# ==============================================
# MTK Policy Rule
# ============
#============= healthd ==============
allow healthd self:capability dac_override;
allow healthd mtkrild:unix_stream_socket connectto;
allow healthd rild_oem_socket:sock_file write;
allow healthd sysfs_vcorefs_pwrctrl:file write;
allow healthd app_data_file:file write;
|