diff --git a/app.te b/app.te index 90dfd96e3969e515ed63857098a115d9f334e68a..edbd248d45536d8599050a343c088d3a60700796 100644 --- a/app.te +++ b/app.te @@ -41,6 +41,12 @@ allow media_app mtp_device:chr_file rw_file_perms; # Write to /cache. allow media_app cache_file:dir rw_dir_perms; allow media_app cache_file:file create_file_perms; +# Stat /cache/lost+found +allow media_app unlabeled:file getattr; +allow media_app unlabeled:dir getattr; +# Stat /cache/backup +allow media_app cache_backup_file:file getattr; +allow media_app cache_backup_file:dir getattr; # Apps signed with the shared key. type shared_app, domain;