Skip to content
Snippets Groups Projects
Commit 01afbb4c authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Android (Google) Code Review
Browse files

Merge "autoplay_app: cgroup write perms moved to domain"

parents 87a79cf9 00fdd711
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; ...@@ -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:dir create_dir_perms;
allow autoplay_app autoplay_data_file:{ file sock_file fifo_file } create_file_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. # For art.
allow autoplay_app dalvikcache_data_file:file { execute r_file_perms }; allow autoplay_app dalvikcache_data_file:file { execute r_file_perms };
allow autoplay_app dalvikcache_data_file:lnk_file 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