Introduce CameraServices seinfo tag for PixelCameraServices

Bug: 287069860
Test: m && flashall && check against 'avc: denied' errors
Change-Id: I9e9d3914499550d9e9b6c8ea7c4a7cabd9e9a5dd
This commit is contained in:
Utku Utkan 2023-07-11 17:44:08 -07:00
parent 9a4cee8448
commit 3c8d114e48
2 changed files with 6 additions and 0 deletions

View file

@ -6,3 +6,6 @@ ALL : device/google/gs101-sepolicy/whitechapel/vendor/google/certs/com_qorvo_uwb
[@EUICCSUPPORTPIXEL] [@EUICCSUPPORTPIXEL]
ALL : device/google/gs101-sepolicy/whitechapel/vendor/google/certs/EuiccSupportPixel.x509.pem ALL : device/google/gs101-sepolicy/whitechapel/vendor/google/certs/EuiccSupportPixel.x509.pem
[@CAMERASERVICES]
ALL : vendor/google/dev-keystore/certs/com_google_android_apps_camera_services/com_google_android_apps_camera_services.x509.pem

View file

@ -30,4 +30,7 @@
<signer signature="@EUICCSUPPORTPIXEL" > <signer signature="@EUICCSUPPORTPIXEL" >
<seinfo value="EuiccSupportPixel" /> <seinfo value="EuiccSupportPixel" />
</signer> </signer>
<signer signature="@CAMERASERVICES" >
<seinfo value="CameraServices" />
</signer>
</policy> </policy>