9a2030010d
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e (cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
type pq_exec, exec_type, file_type;
|
|
type pq, domain, domain_deprecated;
|
|
|
|
init_daemon_domain(pq)
|
|
|
|
binder_use(pq)
|
|
binder_call(pq, binderservicedomain)
|
|
binder_service(pq)
|
|
|
|
allow pq pq_service:service_manager add;
|
|
unix_socket_connect(pq, property, init)
|
|
|
|
allow pq pq_conf_prop:property_service set;
|
|
|
|
allow pq graphics_device:chr_file { open read ioctl };
|