Android 15.0.0 Release 23 (BP1A.250305.020.T2)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fg5gAKCRDorT+BmrEO eBjdAJ9xkXIsFwIgDUFTWCdrHTLMhz2OIwCeKQkrl5YMxov1CS1zUogzepVCMlg= =aQxt -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQOx2gGnPK/I8oeXqtpGHhAUDRKC4bvhOdeoumOdj1yb/8cZaTkizGv4eZ0/ErWzMvT B4I55GPH6xg0n9IoNk8A8= -----END SSH SIGNATURE----- Merge tag 'android-15.0.0_r23' into staging/lineage-22.2_merge-android-15.0.0_r23 Android 15.0.0 Release 23 (BP1A.250305.020.T2) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fg5gAKCRDorT+BmrEO # eBjdAJ9xkXIsFwIgDUFTWCdrHTLMhz2OIwCeKQkrl5YMxov1CS1zUogzepVCMlg= # =aQxt # -----END PGP SIGNATURE----- # gpg: Signature made Wed Mar 5 07:28:06 2025 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate] # By Rock Huang (1) and yucliu (1) # Via Android Build Coastguard Worker (4) and others * tag 'android-15.0.0_r23': Use SELinux rules from private instead of tangorpro for MediaDrm plugin Remove unused audio_proxy sepolicy Change-Id: I3f91ba16a44b8bc61fe9f185b228e73e6f363317
This commit is contained in:
commit
5d517213df
5 changed files with 0 additions and 22 deletions
|
@ -5,9 +5,5 @@ BOARD_SEPOLICY_DIRS += device/google/tangorpro/sepolicy/tracking_denials
|
|||
# fingerprint
|
||||
BOARD_SEPOLICY_DIRS += device/google/tangorpro/sepolicy/fingerprint_capacitance
|
||||
|
||||
# for mediashell
|
||||
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/atv/audio_proxy/sepolicy/public
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/atv/audio_proxy/sepolicy/vendor
|
||||
|
||||
# system_ext
|
||||
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/tangorpro/sepolicy/system_ext/private
|
||||
|
|
3
sepolicy/vendor/file.te
vendored
3
sepolicy/vendor/file.te
vendored
|
@ -1,8 +1,5 @@
|
|||
#Pogo USB control & status
|
||||
type sysfs_pogo_usb, sysfs_type, fs_type;
|
||||
|
||||
# Cast device certificate
|
||||
type device_cert_file, file_type, vendor_persist_type;
|
||||
|
||||
# Avoid GPS se failed
|
||||
type sysfs_gps, sysfs_type, fs_type;
|
||||
|
|
4
sepolicy/vendor/file_contexts
vendored
4
sepolicy/vendor/file_contexts
vendored
|
@ -9,7 +9,3 @@
|
|||
|
||||
# Privacy LED
|
||||
/vendor/bin/hw/android\.hardware\.lights-service\.tangorpro u:object_r:hal_light_default_exec:s0
|
||||
|
||||
# Cast Factory Credentials
|
||||
/vendor/bin/hw/android\.hardware\.drm-service\.castkey u:object_r:hal_drm_cast_exec:s0
|
||||
/mnt/vendor/persist/nest/cast_auth\.crt u:object_r:device_cert_file:s0
|
||||
|
|
9
sepolicy/vendor/hal_drm_cast.te
vendored
9
sepolicy/vendor/hal_drm_cast.te
vendored
|
@ -1,9 +0,0 @@
|
|||
type hal_drm_cast, domain;
|
||||
type hal_drm_cast_exec, exec_type, vendor_file_type, file_type;
|
||||
|
||||
init_daemon_domain(hal_drm_cast)
|
||||
hal_server_domain(hal_drm_cast, hal_drm)
|
||||
|
||||
allow hal_drm_cast mnt_vendor_file:dir search;
|
||||
allow hal_drm_cast persist_file:dir search;
|
||||
allow hal_drm_cast device_cert_file:file r_file_perms;
|
2
sepolicy/vendor/service_contexts
vendored
2
sepolicy/vendor/service_contexts
vendored
|
@ -1,2 +0,0 @@
|
|||
# Cast Factory Credentials
|
||||
android.hardware.drm.IDrmFactory/castkey u:object_r:hal_drm_service:s0
|
Loading…
Add table
Add a link
Reference in a new issue