gps: allow system server to send sensor data callback to GPS
avc: denied { call } for scontext=u:r:system_server:s0 tcontext=u:r:gpsd:s0 tclass=binder permissive=0 Bug: 224772976 Test: build pass, verify no avc denied and gpsd can receive sensor callback Change-Id: If3b58b5527f67732ea60b3dd943ae472aebb7aed
This commit is contained in:
parent
68f1d4fb71
commit
aab4f72223
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
||||||
binder_call(system_server, hal_camera_default);
|
binder_call(system_server, hal_camera_default);
|
||||||
|
|
||||||
|
# Allow system server to send sensor data callbacks to GPS
|
||||||
|
binder_call(system_server, gpsd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue