Skip to content
Snippets Groups Projects
Commit d27aeb21 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am e9d97b74: recovery: allow read access to fuse filesystem

* commit 'e9d97b74':
  recovery: allow read access to fuse filesystem
parents d86b0a81 e9d97b74
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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