21dcb08866
As our power HAL only can work when if perfd exists, we have to import this binary from another device. Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
19 lines
747 B
Text
19 lines
747 B
Text
# communicate with perfd
|
|
allow cameraserver mpctl_data_file:dir search;
|
|
allow cameraserver mpctl_data_file:sock_file write;
|
|
allow cameraserver mpctl_socket:dir search;
|
|
allow cameraserver mpctl_socket:sock_file write;
|
|
|
|
allow cameraserver csc_prop:file { getattr open read };
|
|
|
|
allow cameraserver hal_perf_default:binder call;
|
|
allow cameraserver hal_perf_hwservice:hwservice_manager find;
|
|
|
|
allow cameraserver mm-qcamerad:unix_dgram_socket sendto;
|
|
|
|
allow cameraserver sec_camera_prop:file { getattr open read };
|
|
allow cameraserver sec_camera_prop:property_service set;
|
|
|
|
allow cameraserver sysfs_camera_writable:dir search;
|
|
allow cameraserver sysfs_camera_writable:file { getattr open read };
|
|
allow cameraserver sysfs:file { getattr open read write };
|