* commit 'd27aeb218089360ecd17fabe0cefb953374dc33a': recovery: allow read access to fuse filesystem
This commit is contained in:
commit
1c7463aca1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue