1type notify_traceur, domain, coredomain; 2type notify_traceur_exec, system_file_type, exec_type, file_type; 3 4init_daemon_domain(notify_traceur); 5binder_use(notify_traceur); 6 7# This is to execute am 8allow notify_traceur activity_service:service_manager find; 9allow notify_traceur shell_exec:file rx_file_perms; 10allow notify_traceur system_file:file rx_file_perms; 11 12binder_call(notify_traceur, system_server); 13