mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
@@ -1 +1,4 @@
|
||||
binder_call(system_server, hal_camera_default);
|
||||
|
||||
# Allow system server to send sensor data callbacks to GPS
|
||||
binder_call(system_server, gpsd);
|
||||
|
||||
Reference in New Issue
Block a user