Skip to content
Snippets Groups Projects
Commit 209c9066 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Allowing vold to search /mnt/vendor/*"

parents 99ceb07e 7b67a617
No related branches found
No related tags found
No related merge requests found
...@@ -1391,6 +1391,7 @@ neverallow { ...@@ -1391,6 +1391,7 @@ neverallow {
coredomain coredomain
-init -init
-ueventd -ueventd
-vold
} mnt_vendor_file:dir *; } mnt_vendor_file:dir *;
# Only apps are allowed access to vendor public libraries. # Only apps are allowed access to vendor public libraries.
......
...@@ -213,6 +213,9 @@ allow vold user_profile_data_file:dir create_dir_perms; ...@@ -213,6 +213,9 @@ allow vold user_profile_data_file:dir create_dir_perms;
# Raw writes to misc block device # Raw writes to misc block device
allow vold misc_block_device:blk_file w_file_perms; allow vold misc_block_device:blk_file w_file_perms;
# vold might need to search or mount /mnt/vendor/*
allow vold mnt_vendor_file:dir search;
neverallow { neverallow {
domain domain
-vold -vold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment