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.
9 lines
342 B
9 lines
342 B
userdebug_or_eng(`
|
|
typeattribute perfprofd coredomain;
|
|
init_daemon_domain(perfprofd)
|
|
')
|
|
|
|
# Only servicemanager, statsd, su and systemserver can communicate.
|
|
neverallow { domain userdebug_or_eng(`-statsd') } perfprofd:binder call;
|
|
neverallow perfprofd { domain userdebug_or_eng(`-servicemanager -statsd -su -system_server') }:binder call;
|