sepolicy: allow hal_gnss_pixel to connect to hal_contexthub_default

avc:  denied  { call } for  scontext=u:r:hal_contexthub_default:s0 tcontext=u:r:hal_gnss_pixel:s0 tclass=binder permissive=0

Bug: 339391267
Test: Verified the boot health at b/339391267#comment21.
Test: Verified the boot health at b/339391267#comment22.
Change-Id: I109d03e52f6576328b92ec0b18041da8fac502eb
This commit is contained in:
Cheng Chang 2024-04-01 08:14:30 +00:00
parent e8be86e6c7
commit b9181de2ea

3
vendor/hal_contexthub_default.te vendored Normal file
View file

@ -0,0 +1,3 @@
# Allow binder call to PixelGnss PPS function.
binder_call(hal_contexthub_default, hal_gnss_pixel)