You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
407 B

type notify_traceur, domain, coredomain;
type notify_traceur_exec, system_file_type, exec_type, file_type;
init_daemon_domain(notify_traceur);
binder_use(notify_traceur);
# This is to execute am
allow notify_traceur activity_service:service_manager find;
allow notify_traceur shell_exec:file rx_file_perms;
allow notify_traceur system_file:file rx_file_perms;
binder_call(notify_traceur, system_server);