Skip to content
Snippets Groups Projects
Commit 1f198649 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 6b6d51cf: am 5e5b0065: Merge "Allow sdcard daemon to run above expanded storage."

* commit '6b6d51cf':
  Allow sdcard daemon to run above expanded storage.
parents 4c2bb841 6b6d51cf
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,6 @@ allow sdcardd install_data_file:file r_file_perms;
# Allow stdin/out back to vold
allow sdcardd vold:fd use;
allow sdcardd vold:fifo_file { read write getattr };
# Allow running on top of expanded storage
allow sdcardd mnt_expand_file:dir search;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment