Skip to content
Snippets Groups Projects
Commit 0fa81a27 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Remove domain_deprecated from some domains.

No denials showing up in collected audit logs.

Bug: 28760354
Test: Device boots
Test: No unexpected denials in denial collection logs.
Change-Id: I5a0d4f3c51d296bfa04e71fc226a01dcf5b5b508
parent d1228f2e
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