9a2030010d
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e (cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
type etsd_exec, exec_type, file_type;
|
|
type etsd, domain, domain_deprecated;
|
|
|
|
init_daemon_domain(etsd)
|
|
binder_use(etsd)
|
|
|
|
allow etsd etsd_service:service_manager { add find };
|
|
|
|
allow etsd esfp0_device:chr_file rw_file_perms;
|
|
|
|
use_keystore(etsd)
|
|
allow etsd keystore:keystore_key { add_auth };
|
|
|
|
allow etsd self:capability { dac_override dac_read_search }; |