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

Merge "domain_deprecated is dead"

parents bfbe96ac b5da252e
No related branches found
No related tags found
No related merge requests found
typeattribute shared_relro coredomain; typeattribute shared_relro coredomain;
typeattribute shared_relro domain_deprecated;
# The shared relro process is a Java program forked from the zygote, so it # 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. # inherits from app to get basic permissions it needs to run.
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
### ###
typeattribute system_app coredomain; typeattribute system_app coredomain;
typeattribute system_app domain_deprecated;
app_domain(system_app) app_domain(system_app)
net_domain(system_app) net_domain(system_app)
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
# #
typeattribute system_server coredomain; typeattribute system_server coredomain;
typeattribute system_server domain_deprecated;
typeattribute system_server mlstrustedsubject; typeattribute system_server mlstrustedsubject;
# Define a type for tmpfs-backed ashmem regions. # Define a type for tmpfs-backed ashmem regions.
......
typeattribute ueventd coredomain; typeattribute ueventd coredomain;
typeattribute ueventd domain_deprecated;
tmpfs_domain(ueventd) tmpfs_domain(ueventd)
typeattribute uncrypt coredomain; typeattribute uncrypt coredomain;
typeattribute uncrypt domain_deprecated;
init_daemon_domain(uncrypt) init_daemon_domain(uncrypt)
typeattribute update_engine coredomain; typeattribute update_engine coredomain;
typeattribute update_engine domain_deprecated;
init_daemon_domain(update_engine); init_daemon_domain(update_engine);
typeattribute vold coredomain; typeattribute vold coredomain;
typeattribute vold domain_deprecated;
init_daemon_domain(vold) init_daemon_domain(vold)
......
# zygote # zygote
typeattribute zygote coredomain; typeattribute zygote coredomain;
typeattribute zygote domain_deprecated;
typeattribute zygote mlstrustedsubject; typeattribute zygote mlstrustedsubject;
init_daemon_domain(zygote) 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