Skip to content
Snippets Groups Projects
Commit c3d8ca71 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

domain_deprecated is dead

long live domain.te!

Remove all references.

Bug: 28760354
Test: build
Change-Id: I99953ecc7d275fdbe8e56d8f47a27d1f9e1cc09a
(cherry picked from commit b8d14dc9a6b1593c4ad5210f3079bcac3a9aea33)
parent 6f92d408
No related branches found
No related tags found
No related merge requests found
typeattribute sdcardd coredomain;
typeattribute sdcardd domain_deprecated;
type_transition sdcardd system_data_file:{ dir file } media_rw_data_file;
typeattribute shared_relro coredomain;
typeattribute shared_relro domain_deprecated;
# The shared relro process is a Java program forked from the zygote, so it
# inherits from app to get basic permissions it needs to run.
......
......@@ -5,7 +5,6 @@
###
typeattribute system_app coredomain;
typeattribute system_app domain_deprecated;
app_domain(system_app)
net_domain(system_app)
......
......@@ -4,7 +4,6 @@
#
typeattribute system_server coredomain;
typeattribute system_server domain_deprecated;
typeattribute system_server mlstrustedsubject;
# Define a type for tmpfs-backed ashmem regions.
......
typeattribute ueventd coredomain;
typeattribute ueventd domain_deprecated;
tmpfs_domain(ueventd)
typeattribute uncrypt coredomain;
typeattribute uncrypt domain_deprecated;
init_daemon_domain(uncrypt)
typeattribute update_engine coredomain;
typeattribute update_engine domain_deprecated;
init_daemon_domain(update_engine);
typeattribute vold coredomain;
typeattribute vold domain_deprecated;
init_daemon_domain(vold)
......
# zygote
typeattribute zygote coredomain;
typeattribute zygote domain_deprecated;
typeattribute zygote mlstrustedsubject;
init_daemon_domain(zygote)
......
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