Merge "Allow installd to read /proc/filesystems."

This commit is contained in:
Martijn Coenen 2020-02-20 18:03:31 +00:00 committed by Gerrit Code Review
commit 65edd48fe4

View File

@ -172,6 +172,9 @@ allow installd preloads_data_file:dir { r_dir_perms write remove_name rmdir };
allow installd preloads_media_file:file { r_file_perms unlink };
allow installd preloads_media_file:dir { r_dir_perms write remove_name rmdir };
# Allow installd to read /proc/filesystems
allow installd proc_filesystems:file r_file_perms;
###
### Neverallow rules
###