1 # secure element subsystem 2 typeattribute secure_element coredomain; 3 app_domain(secure_element) 4 5 binder_service(secure_element) 6 add_service(secure_element, secure_element_service) 7 8 allow secure_element app_api_service:service_manager find; 9 hal_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-*. 14 allow secure_element shell_data_file:file read; 15