zuma: Update sepolicy path

Change-Id: Ie2d420cd25e1a8b65977504ed987df57b525dc5f
This commit is contained in:
Michael Bestas 2023-12-14 13:41:36 +02:00
parent 90f03e1f0b
commit 62371207c2
No known key found for this signature in database
GPG key ID: CC95044519BE6669
6 changed files with 20 additions and 20 deletions

View file

@ -420,7 +420,7 @@ BOARD_SYSTEM_KERNEL_MODULES := $(addprefix $(KERNEL_MODULE_DIR)/, $(notdir $(BOA
# Using BUILD_COPY_HEADERS
BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true
include device/google/zuma-sepolicy/zuma-sepolicy.mk
include device/google/zuma/sepolicy/zuma-sepolicy.mk
# Battery options
BOARD_KERNEL_CMDLINE += at24.write_timeout=100

View file

@ -1,5 +1,5 @@
[@UWB]
ALL : device/google/zuma-sepolicy/legacy/whitechapel_pro/certs/com_qorvo_uwb.x509.pem
ALL : device/google/zuma/sepolicy/legacy/whitechapel_pro/certs/com_qorvo_uwb.x509.pem
[@EUICCSUPPORTPIXEL]
ALL : device/google/zuma-sepolicy/legacy/whitechapel_pro/certs/EuiccSupportPixel.x509.pem
ALL : device/google/zuma/sepolicy/legacy/whitechapel_pro/certs/EuiccSupportPixel.x509.pem

View file

@ -1,3 +1,3 @@
[@MDS]
ALL : device/google/zuma-sepolicy/radio/certs/com_google_mds.x509.pem
ALL : device/google/zuma/sepolicy/radio/certs/com_google_mds.x509.pem

View file

@ -1,11 +1,11 @@
[@GOOGLE]
ALL : device/google/zuma-sepolicy/vendor/certs/app.x509.pem
ALL : device/google/zuma/sepolicy/vendor/certs/app.x509.pem
[@CAMERAENG]
ALL : device/google/zuma-sepolicy/vendor/certs/camera_eng.x509.pem
ALL : device/google/zuma/sepolicy/vendor/certs/camera_eng.x509.pem
[@CAMERAFISHFOOD]
ALL : device/google/zuma-sepolicy/vendor/certs/camera_fishfood.x509.pem
ALL : device/google/zuma/sepolicy/vendor/certs/camera_fishfood.x509.pem
[@CAMERASERVICES]
ALL : device/google/zuma-sepolicy/vendor/certs/com_google_android_apps_camera_services.x509.pem
ALL : device/google/zuma/sepolicy/vendor/certs/com_google_android_apps_camera_services.x509.pem

View file

@ -1,23 +1,23 @@
# sepolicy that are shared among devices using zuma
BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/vendor
BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/radio
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/radio/private
BOARD_SEPOLICY_DIRS += device/google/zuma/sepolicy/vendor
BOARD_SEPOLICY_DIRS += device/google/zuma/sepolicy/radio
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/radio/private
# unresolved SELinux error log with bug tracking
BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/tracking_denials
BOARD_SEPOLICY_DIRS += device/google/zuma/sepolicy/tracking_denials
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/zuma-sepolicy/public
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/private
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/zuma/sepolicy/public
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/private
# system_ext
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/zuma-sepolicy/system_ext/public
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/system_ext/private
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/zuma/sepolicy/system_ext/public
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/system_ext/private
# PowerStats HAL
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/powerstats
# To be reviewed and removed.
BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/whitechapel_pro
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/system_ext/public
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/system_ext/private
BOARD_SEPOLICY_DIRS += device/google/zuma/sepolicy/legacy/whitechapel_pro
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/zuma/sepolicy/legacy/system_ext/public
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/legacy/system_ext/private

View file

@ -1 +1 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/zuma-sepolicy/widevine
BOARD_VENDOR_SEPOLICY_DIRS += device/google/zuma/sepolicy/widevine