mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Bug: 254758553 Test: google map can locate on pixel Change-Id: I2c97ac6c327a0c32dbc9223597758bbceb72d2a3
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
type gpsd, domain;
|
|
type gpsd_exec, vendor_file_type, exec_type, file_type;
|
|
# Allow gpsd access PixelLogger unix socket in debug build only
|
|
userdebug_or_eng(`
|
|
typeattribute gpsd mlstrustedsubject;
|
|
allow gpsd logger_app:unix_stream_socket connectto;
|
|
')
|
|
|
|
|