blob: a78a485bb4273f2a099ddca232fcab1912bec428 [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)
Stephen Smalleycfb2e992013-10-29 14:42:39 -04006
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 transfer;