Skip to content

Commit

Permalink
am b793492: allow run-as to access /data/local/tmp
Browse files Browse the repository at this point in the history
* commit 'b793492288b8272aeda12e1b139c060397e7cd7e':
  allow run-as to access /data/local/tmp
  • Loading branch information
nickkral authored and Android Git Automerger committed Nov 10, 2014
2 parents cc13203 + b793492 commit 5aaa8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runas.te
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ allow runas adbd:process sigchld;
allow runas shell:fd use;
allow runas shell:fifo_file { read write };
allow runas devpts:chr_file { read write ioctl };
allow runas shell_data_file:file { read write };

# run-as reads package information.
allow runas system_data_file:file r_file_perms;
Expand Down

0 comments on commit 5aaa8e8

Please sign in to comment.