* From hardware/google/pixel-sepolicy/thermal [Woomymy]: Fix conflicts with mediatek common sepolicy Change-Id: Ida6d12314cc81d11df33111472b08c71e62a96b5 Signed-off-by: Woomymy <woomy@woomy.be>
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
type init-thermal-logging-sh, domain;
|
|
type init-thermal-logging-sh_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(init-thermal-logging-sh)
|
|
|
|
userdebug_or_eng(`
|
|
allow init-thermal-logging-sh vendor_toolbox_exec:file rx_file_perms;
|
|
allow init-thermal-logging-sh sysfs_therm:dir r_dir_perms;
|
|
allow init-thermal-logging-sh sysfs_therm:file r_file_perms;
|
|
')
|