platform_system_sepolicy/prebuilts/api/33.0/private/secure_element.te
Yurii Zubrytskyi 9d9c730f1c platform/system/sepolicy - SEPolicy Prebuilts for Tiramisu
Bug: 225745567
Test: Build
Change-Id: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
Merged-In: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
(cherry picked from commit f9a00364c8)
2022-05-02 13:24:45 +09:00

16 lines
582 B
Text

# secure element subsystem
typeattribute secure_element coredomain;
app_domain(secure_element)
binder_service(secure_element)
add_service(secure_element, secure_element_service)
allow secure_element app_api_service:service_manager find;
hal_client_domain(secure_element, hal_secure_element)
# already open bugreport file descriptors may be shared with
# the secure element process, from a file in
# /data/data/com.android.shell/files/bugreports/bugreport-*.
allow secure_element shell_data_file:file read;
allow secure_element vendor_uuid_mapping_config_file:file r_file_perms;