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
Branches android-msm-shiner-3.18-nougat-dr-wear-release
Tags android-wear-7.1.1_r0.36
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