autoplay_app: cgroup write perms moved to domain

Remove from autoplay

Change-Id: Ic9f019f69e5f2dff5e2b8d03d39052486660d791
This commit is contained in:
Jeff Vander Stoep 2016-01-27 09:27:16 -08:00
parent 327da659be
commit 00fdd71185

View File

@ -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;