Snap for 11648291 from f99c7509d8 to 24Q3-release

Change-Id: I6c8f33521dedfe41501f884475c4c1be6d7b7913
This commit is contained in:
Android Build Coastguard Worker 2024-03-30 01:01:30 +00:00
commit 519561f73b
3 changed files with 1 additions and 11 deletions

1
vendor/file.te vendored
View file

@ -1,2 +1 @@
type sysfs_modem_state, sysfs_type, fs_type;
type sysfs_gps, sysfs_type, fs_type; type sysfs_gps, sysfs_type, fs_type;

View file

@ -54,7 +54,4 @@ genfscon sysfs /devices/platform/10cb0000.hsi2c/i2c-7/7-0069/power_supply/main-c
genfscon sysfs /devices/platform/gnssif/wakeup u:object_r:sysfs_wakeup:s0 genfscon sysfs /devices/platform/gnssif/wakeup u:object_r:sysfs_wakeup:s0
# gps coredump node # gps coredump node
genfscon sysfs /devices/platform/gnssif/coredump u:object_r:sysfs_gps:s0 genfscon sysfs /devices/platform/gnssif/coredump u:object_r:sysfs_gps:s0
# modem state
genfscon sysfs /devices/platform/cpif/modem_state u:object_r:sysfs_modem_state:s0

View file

@ -1,6 +0,0 @@
#
# Context hub multiclient HAL common selinux policies
#
# Allow binder call to PixelGnss PPS function.
binder_call(hal_contexthub_default, hal_gnss_pixel)