Skip to content
Snippets Groups Projects
Commit 7f16c35e authored by Bowgo Tsai's avatar Bowgo Tsai Committed by android-build-merger
Browse files

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

am: 209c9066

Change-Id: Ic09209f75efba3d76963411666df8bfbe9d7965f
parents a343844d 209c9066
No related branches found
No related tags found
No related merge requests found
......@@ -1391,6 +1391,7 @@ neverallow {
coredomain
-init
-ueventd
-vold
} mnt_vendor_file:dir *;
# Only apps are allowed access to vendor public libraries.
......
......@@ -213,6 +213,9 @@ allow vold user_profile_data_file:dir create_dir_perms;
# Raw writes to misc block device
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 {
domain
-vold
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment