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
diff --git a/installd.te b/installd.te
index 05e4d65..3c43b05 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)