From 149ccabbe11506d030dafc710259d1bd771b2d86 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 13 Dec 2014 20:51:20 +0200 Subject: [PATCH] sepolicy: allow vold to mount ext4 sdcard * Originally in 9a19f575a4c991bf2d7bc2f8f980909910ee4cce vendor/cm Change-Id: Id95e48d2380aa7a6727be765e3a52ee49d814bcb --- vold.te | 1 + 1 file changed, 1 insertion(+) diff --git a/vold.te b/vold.te index 2f1e45c5..591630aa 100644 --- a/vold.te +++ b/vold.te @@ -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 };