am 8c6552ac: Allow system_server to read all /proc files
* commit '8c6552acfba677442d565a0c7f8e44f5f2af57f2':
Allow system_server to read all /proc files
diff --git a/Android.mk b/Android.mk
index 1163477..62538e7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,7 @@
# is frozen, we should flip this to true. This forces any currently
# permissive domains into unconfined+enforcing.
#
-FORCE_PERMISSIVE_TO_UNCONFINED:=false
+FORCE_PERMISSIVE_TO_UNCONFINED:=true
ifeq ($(TARGET_BUILD_VARIANT),user)
# User builds are always forced unconfined+enforcing