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

am 8840fa7f: Split system_app from system.

* commit '8840fa7f':
  Split system_app from system.
parents 8d72332e 8840fa7f
No related branches found
No related tags found
No related merge requests found
type system_app, domain;
permissive system_app;
app_domain(system_app)
unconfined_domain(system_app)
#
# System Server aka system_server spawned by zygote.
# Most of the framework services run in this process.
#
type system, domain;
permissive 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