mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Android 15.0.0 Release 6 (AP4A.241205.013) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO # eDIZAJwMTYIKjIAnt4/EG98sVijowfb+9ACeO1gMsXc1bg4Dls3HunIrfCM+sOM= # =ctpR # -----END PGP SIGNATURE----- # gpg: Signature made Fri Dec 6 00:44:01 2024 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal] # gpg: initial-contribution@android.com: Verified 2483 signatures in the past # 3 years. Encrypted 4 messages in the past 2 years. # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78 # By Wilson Sung (7) and others # Via Android Build Coastguard Worker (27) and others * tag 'android-15.0.0_r6': (27 commits) sepolicy: allow dumpstate to execute dump_power Make android.framework.stats-v2-ndk app reachable Change vendor_fingerprint_prop to vendor_restricted_prop Update SELinux error [BT] Define vendor_bluetooth_prop storage: move storage related device type to common folder Storage: label ufs firmware upgrade script Label sysfs node power_mode as sysfs_display. sepolicy: gs201: fix bm selinux sepolicy: remove dump_power_gs201.sh Update SELinux error Revert "Revert "gs201: update shared_modem_platform sepolicy for..." Revert "gs201: update shared_modem_platform sepolicy for UMI" Update SELinux error Update SELinux error Update SELinux error gs201: update shared_modem_platform sepolicy for UMI Update SELinux error Allow camera HAL to access power_state sysfs Add kernel vendor_fw_file dir read permission ... Change-Id: Id50470e50ccd1afb2550f89eff242a99cbbb386b
22 lines
725 B
Plaintext
22 lines
725 B
Plaintext
# device.te
|
|
type modem_block_device, dev_type;
|
|
type custom_ab_block_device, dev_type;
|
|
type mfg_data_block_device, dev_type;
|
|
type vendor_toe_device, dev_type;
|
|
type lwis_device, dev_type;
|
|
type logbuffer_device, dev_type;
|
|
type rls_device, dev_type;
|
|
type fingerprint_device, dev_type;
|
|
type sensor_direct_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type faceauth_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vframe_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type vscaler_heap_device, dmabuf_heap_device_type, dev_type;
|
|
type radio_test_device, dev_type;
|
|
type vendor_gnss_device, dev_type;
|
|
type fips_block_device, dev_type;
|
|
|
|
# SecureElement SPI device
|
|
type st54spi_device, dev_type;
|
|
type st33spi_device, dev_type;
|
|
|