Demon000 | 656faee | 2018-01-11 10:20:10 +0200 | [diff] [blame] | 1 | # Allow binder communication |
2 | binder_use(location) | ||||
3 | allow location { sensorservice_service permission_service }:service_manager find; | ||||
4 | |||||
5 | # Allow sh usage | ||||
6 | allow location shell_exec:file rx_file_perms; | ||||
7 | |||||
8 | # Allow socket communication | ||||
9 | allow location wifi_data_file:sock_file create_file_perms; | ||||
Michael Bestas | be44088 | 2018-04-20 19:05:26 +0300 | [diff] [blame] | 10 | allow location system_server:unix_stream_socket { read write connectto }; |