1# Cert processor service 2type rkp_cert_processor, domain, coredomain; 3type rkp_cert_processor_exec, system_file_type, exec_type, file_type; 4 5init_daemon_domain(rkp_cert_processor) 6net_domain(rkp_cert_processor) 7 8binder_use(rkp_cert_processor) 9binder_call(rkp_cert_processor, system_server) 10 11add_service(rkp_cert_processor, rkp_cert_processor_service) 12 13use_bootstrap_libs(rkp_cert_processor) 14 15allow rkp_cert_processor package_native_service:service_manager find; 16