From b898360e27a3c335794176ddbbea7c2726ff1cee Mon Sep 17 00:00:00 2001
From: Jeffrey Vander Stoep <jeffv@google.com>
Date: Wed, 27 Jan 2016 18:39:28 +0000
Subject: [PATCH] Revert "zygote: grant perms from domain_deprecated"

This reverts commit e52fff83a10648b4257b9390cdb51803bccf4009.

Change-Id: Ieafb5214940585d63ff6f0b4802d8c7d1c126174
---
 zygote.te | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/zygote.te b/zygote.te
index 1c3a72f9a..30ac4edc9 100644
--- a/zygote.te
+++ b/zygote.te
@@ -64,16 +64,6 @@ allow zygote storage_file:dir { search mounton };
 # Handle --invoke-with command when launching Zygote with a wrapper command.
 allow zygote zygote_exec:file rx_file_perms;
 
-# Read access to pseudo filesystems.
-r_dir_file(zygote, proc_net)
-
-# Root fs.
-allow zygote rootfs:file r_file_perms;
-
-# System file accesses.
-allow zygote system_file:dir r_dir_perms;
-allow zygote system_file:file r_file_perms
-
 userdebug_or_eng(`
   # Allow zygote to create and write method traces in /data/misc/trace.
   allow zygote method_trace_data_file:dir w_dir_perms;
-- 
GitLab