Bug: 254758553 Test: google map can locate on pixel Change-Id: Iaf954f3af043dc5080b0be473ed8b78b1c6d0e22
9 lines
261 B
Text
9 lines
261 B
Text
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;
|
|
')
|
|
|
|
|