Skip to content
Snippets Groups Projects
Commit a59c525c authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Confine servicemanager, but leave it permissive for now."

parents 5b38c47b cfb2e99f
No related branches found
No related tags found
No related merge requests found
# servicemanager - the Binder context manager # servicemanager - the Binder context manager
type servicemanager, domain; type servicemanager, domain;
permissive servicemanager;
type servicemanager_exec, exec_type, file_type; type servicemanager_exec, exec_type, file_type;
init_daemon_domain(servicemanager) init_daemon_domain(servicemanager)
unconfined_domain(servicemanager)
# Note that we do not use the binder_* macros here.
# servicemanager is unique in that it only provides
# name service (aka context manager) for Binder.
# As such, it only ever receives and transfers other references
# created by other domains. It never passes its own references
# or initiates a Binder IPC.
allow servicemanager self:binder set_context_mgr;
allow servicemanager domain:binder transfer;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment