Skip to content
Snippets Groups Projects
Commit 00fdd711 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

autoplay_app: cgroup write perms moved to domain

Remove from autoplay

Change-Id: Ic9f019f69e5f2dff5e2b8d03d39052486660d791
parent 327da659
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment