Duplicate from zuma-sepolicy 7f3e2b9 Test: make selinux_policy Bug: 296187211 Change-Id: If686fbdcf058849479019e8b37bb1d57a0215ed6 Signed-off-by: Wilson Sung <wilsonsung@google.com>
7 lines
418 B
Text
7 lines
418 B
Text
type disable-contaminant-detection-sh, domain;
|
|
type disable-contaminant-detection-sh_exec, vendor_file_type, exec_type, file_type;
|
|
init_daemon_domain(disable-contaminant-detection-sh)
|
|
|
|
allow disable-contaminant-detection-sh vendor_toolbox_exec:file execute_no_trans;
|
|
allow disable-contaminant-detection-sh sysfs_batteryinfo:dir r_dir_perms;
|
|
allow disable-contaminant-detection-sh sysfs_batteryinfo:file rw_file_perms;
|