diff --git a/sdcardd.te b/sdcardd.te index 96216c46618759acedcec1ada87acd3ad0c6a6f6..cd2bc6411bb1619f60c9b884b8d0fe4dd7a975fe 100644 --- a/sdcardd.te +++ b/sdcardd.te @@ -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;