aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-07-16 11:33:14 -0700
committerThe Android Automerger <android-build@google.com>2013-07-16 11:48:25 -0700
commit08711d34e483c00cb091d6adf2bd60ba461adbaf (patch)
tree60695bc5cf00ef5c97fbb9d3cc7d53197ab98e34
parent73e859c6c33720cd7dbe0f304e8cae25d30bf807 (diff)
downloadsepolicy-08711d34e483c00cb091d6adf2bd60ba461adbaf.tar.gz
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
-rw-r--r--isolated_app.te1
-rw-r--r--untrusted_app.te1
2 files changed, 2 insertions, 0 deletions
diff --git a/isolated_app.te b/isolated_app.te
index 13d6e9c..77f14d3 100644
--- a/isolated_app.te
+++ b/isolated_app.te
@@ -10,6 +10,7 @@
###
type isolated_app, domain;
+permissive isolated_app;
app_domain(isolated_app)
# Appdomain interaction with isolated apps
diff --git a/untrusted_app.te b/untrusted_app.te
index 5b03280..2ddf0b5 100644
--- a/untrusted_app.te
+++ b/untrusted_app.te
@@ -10,6 +10,7 @@
###
type untrusted_app, domain;
+permissive untrusted_app;
app_domain(untrusted_app)
net_domain(untrusted_app)
bluetooth_domain(untrusted_app)