Skip to content
Snippets Groups Projects
Commit 56ed8a4d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I86958ebc,I0449575a

* changes:
  adbd: allow reading apk_data_file
  adbd: allow reading rootfs dir
parents afad0c35 d743ddea
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,10 @@ allow adbd storage_file:lnk_file r_file_perms;
allow adbd mnt_user_file:dir r_dir_perms;
allow adbd mnt_user_file:lnk_file r_file_perms;
r_dir_file(adbd, apk_data_file)
allow adbd rootfs:dir r_dir_perms;
###
### Neverallow rules
###
......
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