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>
diff --git a/isolated_app.te b/isolated_app.te
index 07b9b44..f1ddb37 100644
--- a/isolated_app.te
+++ b/isolated_app.te
@@ -20,6 +20,3 @@
 
 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;