Skip to content
Snippets Groups Projects
Commit 23a52be6 authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 1b487cb6: am 8840fa7f: Split system_app from system.

* commit '1b487cb6':
  Split system_app from system.
parents 586d7624 1b487cb6
No related branches found
No related tags found
No related merge requests found
type system_app, domain; #
permissive system_app; # System Server aka system_server spawned by zygote.
app_domain(system_app) # Most of the framework services run in this process.
unconfined_domain(system_app) #
type system, domain; type system, domain;
permissive system; permissive system;
unconfined_domain(system); unconfined_domain(system);
......
#
# Apps that run with the system UID, e.g. com.android.system.ui,
# com.android.settings. These are not as privileged as the system
# server.
#
type system_app, domain;
permissive system_app;
app_domain(system_app)
unconfined_domain(system_app)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment