* coredomain can write to binder device without granting anything. Change-Id: Ie657d1e79702b557f00376d31f87d33e104eaf3d
9 lines
333 B
Text
9 lines
333 B
Text
type hal_trust_sdm845, coredomain, domain;
|
|
hal_server_domain(hal_trust_sdm845, hal_lineage_trust)
|
|
|
|
type hal_trust_sdm845_exec, exec_type, file_type;
|
|
init_daemon_domain(hal_trust_sdm845)
|
|
|
|
# Allow access to otg toggle node
|
|
allow hal_trust_sdm845 sysfs_usb_supply:dir search;
|
|
allow hal_trust_sdm845 sysfs_usb_supply:file rw_file_perms;
|