zuma: Update sepolicy path
Change-Id: Ie2d420cd25e1a8b65977504ed987df57b525dc5f
This commit is contained in:
parent
90f03e1f0b
commit
62371207c2
6 changed files with 20 additions and 20 deletions
|
@ -420,7 +420,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/zuma-sepolicy/zuma-sepolicy.mk
|
include device/google/zuma/sepolicy/zuma-sepolicy.mk
|
||||||
|
|
||||||
# Battery options
|
# Battery options
|
||||||
BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
BOARD_KERNEL_CMDLINE += at24.write_timeout=100
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[@UWB]
|
[@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]
|
[@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
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[@MDS]
|
[@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
|
||||||
|
|
||||||
|
|
8
sepolicy/vendor/keys.conf
vendored
8
sepolicy/vendor/keys.conf
vendored
|
@ -1,11 +1,11 @@
|
||||||
[@GOOGLE]
|
[@GOOGLE]
|
||||||
ALL : device/google/zuma-sepolicy/vendor/certs/app.x509.pem
|
ALL : device/google/zuma/sepolicy/vendor/certs/app.x509.pem
|
||||||
|
|
||||||
[@CAMERAENG]
|
[@CAMERAENG]
|
||||||
ALL : device/google/zuma-sepolicy/vendor/certs/camera_eng.x509.pem
|
ALL : device/google/zuma/sepolicy/vendor/certs/camera_eng.x509.pem
|
||||||
|
|
||||||
[@CAMERAFISHFOOD]
|
[@CAMERAFISHFOOD]
|
||||||
ALL : device/google/zuma-sepolicy/vendor/certs/camera_fishfood.x509.pem
|
ALL : device/google/zuma/sepolicy/vendor/certs/camera_fishfood.x509.pem
|
||||||
|
|
||||||
[@CAMERASERVICES]
|
[@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
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
# sepolicy that are shared among devices using zuma
|
# sepolicy that are shared among devices using zuma
|
||||||
BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/vendor
|
BOARD_SEPOLICY_DIRS += device/google/zuma/sepolicy/vendor
|
||||||
BOARD_SEPOLICY_DIRS += device/google/zuma-sepolicy/radio
|
BOARD_SEPOLICY_DIRS += device/google/zuma/sepolicy/radio
|
||||||
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/radio/private
|
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/radio/private
|
||||||
|
|
||||||
# unresolved SELinux error log with bug tracking
|
# 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_PUBLIC_SEPOLICY_DIRS += device/google/zuma/sepolicy/public
|
||||||
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/private
|
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/private
|
||||||
|
|
||||||
# system_ext
|
# system_ext
|
||||||
SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/google/zuma-sepolicy/system_ext/public
|
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_PRIVATE_SEPOLICY_DIRS += device/google/zuma/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/zuma-sepolicy/legacy/whitechapel_pro
|
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_PUBLIC_SEPOLICY_DIRS += device/google/zuma/sepolicy/legacy/system_ext/public
|
||||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma-sepolicy/legacy/system_ext/private
|
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/zuma/sepolicy/legacy/system_ext/private
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/zuma-sepolicy/widevine
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/zuma/sepolicy/widevine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue