From 201cfae474f06d173ec32e3b59a9cd31cb12b2a6 Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Wed, 3 Jul 2013 09:36:35 -0700
Subject: [PATCH] Temporarily disable installd selinux protections

This is breaking the emulator.

Bug: 9685803
Change-Id: Ibd5b312b97d52fdac9289e44a40e9bba07be1c7f
---
 installd.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/installd.te b/installd.te
index 428e3790d..2b983db12 100644
--- a/installd.te
+++ b/installd.te
@@ -1,5 +1,6 @@
 # installer daemon
 type installd, domain;
+permissive installd;
 type installd_exec, exec_type, file_type;
 
 init_daemon_domain(installd)
-- 
GitLab