Allow installd to read /proc/filesystems.

Bug: 146419093
Test: N/A
Change-Id: Ibdc0877d5e76107fae912763aeb55b074b34c6b4
This commit is contained in:
Martijn Coenen 2020-02-20 14:02:33 +01:00
parent 2ddfad3709
commit 080a57abf3

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
###