Android 15.0.0 Release 6 (AP4A.241205.013)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO ePuOAJ4uV4LeDXC0ruknaAcKgWbW+8gvSwCgkAIPnkb+WJx+Lfv+FFT0HJzmWnw= =ZyaA -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJLBAABCgA1FiEEHrBYPudH862glXQBzJUERRm+ZmkFAmdY8H4XHG1rYmVzdGFz QGxpbmVhZ2Vvcy5vcmcACgkQzJUERRm+Zmm2Aw/+K63oNbLkx3szJ4UkuB7FXo3V 5ussKQp663g7T3AEwIXQ93e5gmt3sbaDM5jF82+oIGpwSBg56r/uCumQKNwfDUVy nFGIuZkgnpUwvukb3CrDDoXw9xGwWi+L+BRvsvlIGrPuURZOZ5O2PD/Rsi8drSiK EDBQKvc93FdfLWsi6kj/fyzKINRFqFivvpD1+SNG0M9eWaOB78HdIKRfsoswXEbR LxT4R0MaQadXPAfPYbaBf2jZT5J75KsLnGRJW4ag/3RsP5JcN1Zzdm891mRMsdIm Ue6/uKI35B+RuBAvFqE1YCnjN7Yj51URk5nLJnErzlwnhfiOs9uBRu/LZS91J5QZ ISQ99yXR0gSY9sG+QKkUCCYqsjnAXoHSEbiO95Rb8wf7vRAvQgDnXGc4S4CFF4If FnOzY8CGbEZlqEHSez/OWVtn51tn87t4/9uYJXu0Wn9eCsfIBDSCQSl6Sbsa+ad0 xcnlO7SU4GofLsXsURNXk4nNAbpjVAIgWAGsCKtl4xmUtcduoS80lDOUCCRKEE5p rNghA9txSTB24k05C+or13lFQ3ntjbKBrhsy3tfCPM+6aZQ7xJLQi16Bsp4Y1JpZ 37P+MERTX68Xl+O1ZAtujjsRlAGlfC50lfBo0ARRok3Gh6P+ZzMLAl7AE8abpE4n NWmdfb7Eq6k6o5lNglc= =tCuY -----END PGP SIGNATURE----- Merge tag 'android-15.0.0_r6' into staging/lineage-22.0_merge-android-15.0.0_r6 Android 15.0.0 Release 6 (AP4A.241205.013) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO # ePuOAJ4uV4LeDXC0ruknaAcKgWbW+8gvSwCgkAIPnkb+WJx+Lfv+FFT0HJzmWnw= # =ZyaA # -----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 (3) and others # Via Android Build Coastguard Worker (8) and others * tag 'android-15.0.0_r6': sepolicy: Allow vendor_init to set vendor_bluetooth_prop Add sepolicy for property persist.vendor.service.bdroid. Update SELinux error Update SELinux error Add sepolicy for property persist.vendor.service.bdroid. Update SELinux error Change-Id: Ie4e2ed46b866f9775a7eea02db562fa3ff94569e
This commit is contained in:
commit
11e121e5c5
@ -1,3 +1,5 @@
|
||||
# Bluetooth hal
|
||||
|
||||
allow hal_bluetooth_default bt_device:chr_file rw_file_perms;
|
||||
|
||||
add_hwservice(hal_bluetooth_default, hal_bluetooth_coexistence_hwservice)
|
||||
@ -10,3 +12,6 @@ userdebug_or_eng(`
|
||||
allow hal_bluetooth_default sscoredump_vendor_data_coredump_file:file create_file_perms;
|
||||
set_prop(hal_bluetooth_default, vendor_ssrdump_prop)
|
||||
')
|
||||
|
||||
set_prop(hal_bluetooth_default, vendor_bluetooth_prop)
|
||||
set_prop(vendor_init, vendor_bluetooth_prop)
|
||||
|
@ -1,2 +1,8 @@
|
||||
kernel vendor_charger_debugfs dir b/305600791
|
||||
dump_modem sscoredump_vendor_data_coredump_file dir b/361725767
|
||||
dump_modem sscoredump_vendor_data_logcat_file dir b/361725767
|
||||
hal_bluetooth_default vendor_data_file dir b/318453067
|
||||
hal_bluetooth_default vendor_default_prop property_service b/359428216
|
||||
hal_vibrator_default default_android_service service_manager b/361726059
|
||||
kernel vendor_charger_debugfs dir b/305600791
|
||||
vendor_init default_prop property_service b/359428217
|
||||
vendor_init default_prop property_service b/359428463
|
||||
|
1
sepolicy/vendor/property_contexts
vendored
Normal file
1
sepolicy/vendor/property_contexts
vendored
Normal file
@ -0,0 +1 @@
|
||||
persist.vendor.service.bdroid. u:object_r:vendor_bluetooth_prop:s0
|
Loading…
Reference in New Issue
Block a user