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
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
type atrace_exec, exec_type, file_type; type atrace_exec, exec_type, file_type;
userdebug_or_eng(` userdebug_or_eng(`
type atrace, domain, coredomain, domain_deprecated; type atrace, domain, coredomain;
init_daemon_domain(atrace) init_daemon_domain(atrace)
......
# Temporary attribute used for migrating permissions out of domain.
# Motivation: Domain is overly permissive. Start removing permissions
# from domain and assign them to the domain_deprecated attribute.
# Domain_deprecated and domain can initially be assigned to all
# domains. The goal is to not assign domain_deprecated to new domains
# and to start removing domain_deprecated where it's not required or
# reassigning the appropriate permissions to the inheriting domain
# when necessary.
attribute domain_deprecated;
typeattribute clatd coredomain; typeattribute clatd coredomain;
typeattribute clatd domain_deprecated;
typeattribute dex2oat coredomain; typeattribute dex2oat coredomain;
typeattribute dex2oat domain_deprecated;
typeattribute dhcp coredomain; typeattribute dhcp coredomain;
typeattribute dhcp domain_deprecated;
init_daemon_domain(dhcp) init_daemon_domain(dhcp)
type_transition dhcp system_data_file:{ dir file } dhcp_data_file; type_transition dhcp system_data_file:{ dir file } dhcp_data_file;
typeattribute dumpstate coredomain; typeattribute dumpstate coredomain;
typeattribute dumpstate domain_deprecated;
init_daemon_domain(dumpstate) init_daemon_domain(dumpstate)
......
typeattribute fingerprintd coredomain; typeattribute fingerprintd coredomain;
typeattribute fingerprintd domain_deprecated;
init_daemon_domain(fingerprintd) init_daemon_domain(fingerprintd)
typeattribute fsck coredomain; typeattribute fsck coredomain;
typeattribute fsck domain_deprecated;
init_daemon_domain(fsck) init_daemon_domain(fsck)
typeattribute fsck_untrusted coredomain; typeattribute fsck_untrusted coredomain;
typeattribute fsck_untrusted domain_deprecated;
typeattribute installd coredomain; typeattribute installd coredomain;
typeattribute installd domain_deprecated;
init_daemon_domain(installd) init_daemon_domain(installd)
......
typeattribute keystore coredomain; typeattribute keystore coredomain;
typeattribute keystore domain_deprecated;
init_daemon_domain(keystore) init_daemon_domain(keystore)
typeattribute mtp coredomain; typeattribute mtp coredomain;
typeattribute mtp domain_deprecated;
init_daemon_domain(mtp) init_daemon_domain(mtp)
typeattribute netd coredomain; typeattribute netd coredomain;
typeattribute netd domain_deprecated;
init_daemon_domain(netd) init_daemon_domain(netd)
......
userdebug_or_eng(` userdebug_or_eng(`
typeattribute perfprofd coredomain; typeattribute perfprofd coredomain;
typeattribute perfprofd domain_deprecated;
init_daemon_domain(perfprofd) init_daemon_domain(perfprofd)
') ')
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
### ###
typeattribute platform_app coredomain; typeattribute platform_app coredomain;
typeattribute platform_app domain_deprecated;
app_domain(platform_app) app_domain(platform_app)
......
typeattribute ppp coredomain; typeattribute ppp coredomain;
typeattribute ppp domain_deprecated;
domain_auto_trans(mtp, ppp_exec, ppp) domain_auto_trans(mtp, ppp_exec, ppp)
typeattribute radio coredomain; typeattribute radio coredomain;
typeattribute radio domain_deprecated;
app_domain(radio) app_domain(radio)
......
typeattribute recovery coredomain; typeattribute recovery coredomain;
typeattribute recovery domain_deprecated;
typeattribute runas coredomain; typeattribute runas coredomain;
typeattribute runas domain_deprecated;
# ndk-gdb invokes adb shell run-as. # ndk-gdb invokes adb shell run-as.
domain_auto_trans(shell, runas_exec, runas) domain_auto_trans(shell, runas_exec, runas)
typeattribute sdcardd coredomain; typeattribute sdcardd coredomain;
typeattribute sdcardd domain_deprecated;
type_transition sdcardd system_data_file:{ dir file } media_rw_data_file; type_transition sdcardd system_data_file:{ dir file } media_rw_data_file;
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