From 5bfdf340e4dd34d30dff52039ca5a5c425a670d7 Mon Sep 17 00:00:00 2001
From: Nick Kralevich <nnk@google.com>
Date: Fri, 12 Jul 2013 13:20:15 -0700
Subject: [PATCH] Revert "Temporarily disable installd selinux protections"

The emulator has been upgraded to ext4, which was the root cause
of bug 9685803. See https://code.google.com/p/android/issues/detail?id=38561 .
As a result, we can reenable installd protections.

This reverts commit 201cfae474f06d173ec32e3b59a9cd31cb12b2a6.

Bug: 9685803
Change-Id: I4ed47f7aeaef4aac504e13c2ae23fb416e4e6e49
---
 installd.te | 1 -
 1 file changed, 1 deletion(-)

diff --git a/installd.te b/installd.te
index 05e4d65cb..3c43b05ec 100644
--- a/installd.te
+++ b/installd.te
@@ -1,6 +1,5 @@
 # installer daemon
 type installd, domain;
-permissive installd;
 type installd_exec, exec_type, file_type;
 
 init_daemon_domain(installd)
-- 
GitLab