mtk_agpsd: fix a few denials when accessing /data/media/*

This commit is contained in:
Mister Oyster 2017-12-29 16:00:17 +01:00
parent 8916f56082
commit cf3a08f180
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ allow mtk_agpsd fuse:dir create_dir_perms;
allow mtk_agpsd fuse:file create_file_perms;
allow mtk_agpsd sdcardfs:dir search;
allow mtk_agpsd media_rw_data_file:dir search;
allow mtk_agpsd media_rw_data_file:dir { open read search };
unix_socket_send(mtk_agpsd, mnld, mnld);