From 38b8fc8f1361b552e99097debaff16f96c5e7b21 Mon Sep 17 00:00:00 2001
From: Stephen Smalley <sds@tycho.nsa.gov>
Date: Thu, 9 Jan 2014 15:39:08 -0500
Subject: [PATCH] Remove legacy rules from dumpstate in init domain.

From the commit that added these rules, this appears to have been
an artifact of having dumpstate running in the init domain.

Change-Id: Iec2b9c3f5673d0e2cce9a0bf297e23555c423e87
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
---
 isolated_app.te | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/isolated_app.te b/isolated_app.te
index 07b9b444d..f1ddb37c9 100644
--- a/isolated_app.te
+++ b/isolated_app.te
@@ -20,6 +20,3 @@ allow isolated_app appdomain:unix_stream_socket { read write };
 
 allow isolated_app dalvikcache_data_file:file execute;
 allow isolated_app apk_data_file:dir getattr;
-
-allow isolated_app init:unix_stream_socket { read write getattr getopt };
-allow isolated_app init_tmpfs:file read;
-- 
GitLab