zumapro: Update sepolicy path

Change-Id: Ie2d420cd25e1a8b65977504ed987df57b525dc5f
This commit is contained in:
Michael Bestas 2023-12-14 13:41:36 +02:00
parent c19447832e
commit ae76cd8c12
No known key found for this signature in database
5 changed files with 21 additions and 21 deletions

View file

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

View file

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

View file

@ -1,14 +1,14 @@
[@GOOGLE] [@GOOGLE]
ALL : device/google/zumapro-sepolicy/tracking_denials/certs/app.x509.pem ALL : device/google/zumapro/sepolicy/tracking_denials/certs/app.x509.pem
[@CAMERAENG] [@CAMERAENG]
ALL : device/google/zumapro-sepolicy/tracking_denials/certs/camera_eng.x509.pem ALL : device/google/zumapro/sepolicy/tracking_denials/certs/camera_eng.x509.pem
[@CAMERAFISHFOOD] [@CAMERAFISHFOOD]
ALL : device/google/zumapro-sepolicy/tracking_denials/certs/camera_fishfood.x509.pem ALL : device/google/zumapro/sepolicy/tracking_denials/certs/camera_fishfood.x509.pem
[@CAMERASERVICES] [@CAMERASERVICES]
ALL : device/google/zumapro-sepolicy/tracking_denials/certs/com_google_android_apps_camera_services.x509.pem ALL : device/google/zumapro/sepolicy/tracking_denials/certs/com_google_android_apps_camera_services.x509.pem
[@EUICCSUPPORTPIXEL] [@EUICCSUPPORTPIXEL]
ALL : device/google/zumapro-sepolicy/tracking_denials/certs/EuiccSupportPixel.x509.pem ALL : device/google/zumapro/sepolicy/tracking_denials/certs/EuiccSupportPixel.x509.pem

View file

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

View file

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