Add all thermal HAL sepolicy and makefile to the new common folder. Bug: 289146743 Test: Compilation test Change-Id: I133dcdac20a970e7ff4026fa503e46fd073be34f Signed-off-by: Ram Chandrasekar <rchandrasekar@google.com>
11 lines
381 B
Plaintext
11 lines
381 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_thermal:dir r_dir_perms;
|
|
allow init-thermal-logging-sh sysfs_thermal:file r_file_perms;
|
|
')
|