diff --git a/vold_prepare_subdirs.cpp b/vold_prepare_subdirs.cpp index 3a58b2e..d624d73 100644 --- a/vold_prepare_subdirs.cpp +++ b/vold_prepare_subdirs.cpp @@ -121,7 +121,7 @@ static bool rmrf_contents(const std::string& path) { } static bool prepare_apex_subdirs(struct selabel_handle* sehandle, const std::string& path) { - if (!prepare_dir(sehandle, 0700, 0, 0, path + "/apexdata")) return false; + if (!prepare_dir(sehandle, 0711, 0, 0, path + "/apexdata")) return false; auto dirp = std::unique_ptr