commit | 7fea23613a8bcfae2d6f13234c3f0d7c9c3ef570 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Dec 19 07:13:03 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 19 07:13:03 2013 +0000 |
tree | f82bc6f25c91f09a9d3e4cedf8984458ed53ed6e | |
parent | c02c35fbdc90acbb6483fddd9a8822a16a63689d [diff] | |
parent | fe761ab6c72bdcdb8a2cf0df1524f526d8609fee [diff] |
Merge "Track Looper decoupling from ALooper"
diff --git a/cmds/installd/installd.c b/cmds/installd/installd.c index f52cee0..0c80dac 100644 --- a/cmds/installd/installd.c +++ b/cmds/installd/installd.c
@@ -392,6 +392,10 @@ goto fail; } + if (selinux_android_restorecon(android_media_dir.path)) { + goto fail; + } + // /data/media/0 char owner_media_dir[PATH_MAX]; snprintf(owner_media_dir, PATH_MAX, "%s0", android_media_dir.path);