platform_system_sepolicy/prebuilts/api/30.0/private/notify_traceur.te
Svet Ganov 8c3b2b9643 Updading selinux policy for R
* Update se policy prebuilts

Test: build + boot

bug:150281259

Change-Id: I0a0e94bc230f7726e7a9dd84b17c3a90e5601120
2020-05-01 10:42:40 -07:00

12 lines
407 B
Text

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);