blob: fefbe080d88699e13f3402640f9898a47caa2dd2 [file] [log] [blame]
Stephen Smalley2dd4e512012-01-04 12:33:27 -05001# servicemanager - the Binder context manager
2type servicemanager, domain;
3type servicemanager_exec, exec_type, file_type;
4
5init_daemon_domain(servicemanager)
6
7# Note that we do not use the binder_* macros here.
8# servicemanager is unique in that it only provides
9# name service (aka context manager) for Binder.
10# As such, it only ever receives and transfers other references
11# created by other domains. It never passes its own references
12# or initiates a Binder IPC.
13allow servicemanager self:binder set_context_mgr;
14allow servicemanager domain:binder { receive transfer };