Skip to content
Snippets Groups Projects
Commit 2affae65 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove domain_deprecated from some domains."

parents fae2794e 0fa81a27
No related branches found
No related tags found
No related merge requests found
# inputflinger
type inputflinger, domain, domain_deprecated;
type inputflinger, domain;
type inputflinger_exec, exec_type, file_type;
binder_use(inputflinger)
......
# lmkd low memory killer daemon
type lmkd, domain, domain_deprecated, mlstrustedsubject;
type lmkd, domain, mlstrustedsubject;
type lmkd_exec, exec_type, file_type;
allow lmkd self:capability { dac_override sys_resource kill };
......
# servicemanager - the Binder context manager
type servicemanager, domain, domain_deprecated, mlstrustedsubject;
type servicemanager, domain, mlstrustedsubject;
type servicemanager_exec, exec_type, file_type;
# Note that we do not use the binder_* macros here.
......
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