This reverts commit 9bd666007d
.
Reason for revert: build break b/297170337
Change-Id: I2459b680bb3153d3d7e0f17761b4a825da942bcc
7 lines
259 B
Text
7 lines
259 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;
|
|
')
|