am d27aeb21: am e9d97b74: recovery: allow read access to fuse filesystem

* commit 'd27aeb218089360ecd17fabe0cefb953374dc33a':
  recovery: allow read access to fuse filesystem
This commit is contained in:
Nick Kralevich 2014-07-11 17:28:50 +00:00 committed by Android Git Automerger
commit 1c7463aca1

View file

@ -92,6 +92,7 @@ recovery_only(`
# "sdcard_internal"; the simulated SD card is the only other user of
# fuse.)
allow recovery fuse_device:chr_file rw_file_perms;
allow recovery sdcard_internal:dir r_dir_perms;
allow recovery sdcard_internal:file r_file_perms;
wakelock_use(recovery)