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
This commit is contained in:
Nick Kralevich 2016-11-25 17:37:30 -08:00
parent d1228f2e70
commit 0fa81a27a0
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# inputflinger
type inputflinger, domain, domain_deprecated;
type inputflinger, domain;
type inputflinger_exec, exec_type, file_type;
binder_use(inputflinger)

View file

@ -1,5 +1,5 @@
# 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 };

View file

@ -1,5 +1,5 @@
# 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.