Skip to content
Snippets Groups Projects
Commit 08711d34 authored by Nick Kralevich's avatar Nick Kralevich Committed by The Android Automerger
Browse files

Move isolated_app.te / untrusted_app.te into permissive

OTAs aren't properly labeling /system, which is causing SELinux
breakage. Temporarily put isolated_app.te and untrusted_app.te
into permissive.

Bug: 9878561
Change-Id: Icaf674ad6b3d59cbca3ae796c930c98ab67cae9c
parent 73e859c6
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
###
type isolated_app, domain;
permissive isolated_app;
app_domain(isolated_app)
# Appdomain interaction with isolated apps
......
......@@ -10,6 +10,7 @@
###
type untrusted_app, domain;
permissive untrusted_app;
app_domain(untrusted_app)
net_domain(untrusted_app)
bluetooth_domain(untrusted_app)
......
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