commit | ff280c9903ae4a4b9c8cae63a4dc4e8930c7543c | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Fri Dec 19 10:45:10 2014 -0600 |
committer | Alberto97 <albertop2197@gmail.com> | Thu Aug 06 15:26:09 2015 +0200 |
tree | 76246c08f95452a2cb1da324f3734e3e1d4ee8de | |
parent | 656d3280bd594b05ea35ce1f0ce227682f2a1ae6 [diff] [blame] |
sepolicy: Additional filesystem perms for recovery Change-Id: I66c785de7256ea64302a258af7c33cb717530343
diff --git a/sepolicy/vold.te b/sepolicy/vold.te index c84dd24..9b7313c 100644 --- a/sepolicy/vold.te +++ b/sepolicy/vold.te
@@ -9,3 +9,8 @@ # NTFS-3g wants to drop permission allow vold self:capability { setgid setuid }; + +# Vold can also run as minivold in the rootfs +recovery_only(` + allow vold rootfs:dir { add_name write }; +')