sepolicy: Let the IO prefetcher look at sdcardfs

Change-Id: Ie618887fbf292c702df720f04840ab3c8ff222f7
This commit is contained in:
Steve Kondik 2016-07-29 02:10:05 -07:00 committed by Gerrit Code Review
parent 03ce400352
commit fa37074c9f
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ allow dumpstate fuse:dir r_dir_perms;
allow dumpstate fuse:file r_file_perms;
allow dumpstate theme_data_file:dir r_dir_perms;
allow dumpstate theme_data_file:file r_file_perms;
allow dumpstate media_rw_data_file:dir search;
allow dumpstate sdcardfs:file getattr;