commit | b9a7179207bb7b2a40a22215919958dbc393334f | [log] [tgz] |
---|---|---|
author | Ken Sumrall <ksumrall@android.com> | Tue Aug 20 13:48:23 2013 -0700 |
committer | The Android Automerger <android-build@google.com> | Fri Aug 23 13:38:06 2013 -0700 |
tree | ed55803e8fe629251821957354a0d82cdaabeeda | |
parent | 550ac6c1ff609b1fed1657feefda7a9ee4c3d825 [diff] |
Use android_fork_execvp() instead of system(3) to format filesystems With the recent selinux changes imposed on vold, it no longer has permission to run a shell, so invoking the filesystem formatting commands with system(3) gives an error. So change to using android_fork_execvp(). Bug: 10279958 Change-Id: Ifa18b28867618858ec7c5cfcc67935e377de38fb