blob: 03ea5142637d0fc3b9cd17175b30c659b143bc5d [file] [log] [blame]
Demon000656faee2018-01-11 10:20:10 +02001# Allow binder communication
2binder_use(location)
3allow location { sensorservice_service permission_service }:service_manager find;
4
5# Allow sh usage
6allow location shell_exec:file rx_file_perms;
7
8# Allow socket communication
9allow location wifi_data_file:sock_file create_file_perms;
Michael Bestasbe440882018-04-20 19:05:26 +030010allow location system_server:unix_stream_socket { read write connectto };