1# secure element subsystem 2typeattribute secure_element coredomain; 3app_domain(secure_element) 4 5binder_service(secure_element) 6add_service(secure_element, secure_element_service) 7 8allow secure_element app_api_service:service_manager find; 9hal_client_domain(secure_element, hal_secure_element) 10 11# already open bugreport file descriptors may be shared with 12# the secure element process, from a file in 13# /data/data/com.android.shell/files/bugreports/bugreport-*. 14allow secure_element shell_data_file:file read; 15