Board tree for Google Tensor G1 devices
Find a file
Will McVicker d17c49fd0a Update the i2c device node sepolicy labeling
This change needs to be merged with the corresponding kernel change that
sets the i2c bus aliases correctly to match the existing v5.10 bus
probe ordering.

To verify the sepolicy labeling doesn't change, run the below commands
and diff the stdout on builds with and without the changes. For extra
credit, verify the nodes are labeled the same when upgrading the kernel
to v6.1 (with the correct i2c aliases to match the existing policy):

  acpm_bus_array=("acpm_mfd_bus@17500000" "acpm_mfd_bus@17510000")
  for bus in ${acpm_bus_array[@]}; do
    adb shell ls -ZR /sys/devices/platform/${bus}/i2c-*;
  done

  bus_array=("10960000" "10970000" "10d50000" "10900000")
  for bus in ${bus_array[@]}; do
    adb shell ls -ZR /sys/devices/platform/${bus}.hsi2c/i2c-*;
  done

Test: verify on r4
Bug: 291606723
Change-Id: Ifbfc53fbeb39a47cda4263fc706f11af6675d90e
2023-09-29 09:21:44 -07:00
confirmationui confirmationui: Allow securedpud to access the systemsuspend HAL. 2023-04-11 13:04:53 +00:00
display display: set context for sysfs file refresh_rate 2023-01-26 18:45:53 -08:00
health Implement health AIDL HAL. 2022-01-05 23:08:07 -08:00
modem modularize dmd 2021-06-24 14:17:29 +08:00
oriole Add bluetooth extension related sepolicy 2023-06-12 05:39:20 +00:00
pkvm Assign pkvm_enabler to vendor_misc_writer domain 2021-10-08 09:34:22 +00:00
private Revert "Fix SELinux error for com.google.android.euicc" 2023-05-16 12:18:21 +00:00
raven Add bluetooth extension related sepolicy 2023-06-12 05:39:20 +00:00
system_ext Move coredomain seapp ctx and types to system_ext 2023-09-05 04:20:00 +00:00
telephony Enable PacketRouter to use radio device 2023-06-08 08:49:41 +00:00
tracking_denials Relocate common tracking denial entries 2023-09-14 14:16:52 +08:00
trusty_metricsd reorganize trusty_metricsd settings 2021-06-10 02:54:00 +00:00
usf WLC: Add required sysfs_wlc sepolicies 2023-01-31 15:02:51 +00:00
whitechapel/vendor/google Update the i2c device node sepolicy labeling 2023-09-29 09:21:44 -07:00
gs101-sepolicy.mk Move dauntless settings to gs-common 2022-08-30 12:29:54 +08:00
oriole-sepolicy.mk Add bluetooth extension related sepolicy 2023-06-12 05:39:20 +00:00
OWNERS introduce a new sepolicy owner 2023-05-10 01:48:48 +00:00
raven-sepolicy.mk Add sepolicy for aidl bt extension hal 2023-06-01 11:13:14 +00:00