From 00fdd71185dba41406536644facd125ac40e740d Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Wed, 27 Jan 2016 09:27:16 -0800
Subject: [PATCH] autoplay_app: cgroup write perms moved to domain

Remove from autoplay

Change-Id: Ic9f019f69e5f2dff5e2b8d03d39052486660d791
---
 autoplay_app.te | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/autoplay_app.te b/autoplay_app.te
index 022c03663..f671d5d37 100644
--- a/autoplay_app.te
+++ b/autoplay_app.te
@@ -41,10 +41,6 @@ allow autoplay_app zygote:unix_dgram_socket write;
 allow autoplay_app autoplay_data_file:dir create_dir_perms;
 allow autoplay_app autoplay_data_file:{ file sock_file fifo_file } create_file_perms;
 
-# For /acct/uid/*/tasks.
-allow autoplay_app cgroup:dir { search write };
-allow autoplay_app cgroup:file w_file_perms;
-
 # For art.
 allow autoplay_app dalvikcache_data_file:file { execute r_file_perms };
 allow autoplay_app dalvikcache_data_file:lnk_file r_file_perms;
-- 
GitLab