Skip to content

Commit

Permalink
sepolicy: allow vold to mount ext4 sdcard
Browse files Browse the repository at this point in the history
* Originally in 9a19f575a4c991bf2d7bc2f8f980909910ee4cce vendor/cm

Change-Id: Id95e48d2380aa7a6727be765e3a52ee49d814bcb
  • Loading branch information
mikeNG authored and Gerrit Code Review committed Dec 16, 2014
1 parent 79890d5 commit 149ccab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vold.te
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ allow vold rootfs:dir mounton;
allow vold sdcard_type:dir mounton;
allow vold sdcard_type:filesystem { mount remount unmount };
allow vold sdcard_posix:filesystem { relabelto relabelfrom };
allow vold labeledfs:filesystem { relabelfrom };
allow vold sdcard_type:dir create_dir_perms;
allow vold sdcard_type:file create_file_perms;
allow vold tmpfs:filesystem { mount unmount };
Expand Down

0 comments on commit 149ccab

Please sign in to comment.