Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57f55838 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Skip children in fixupAppData() when parent shady."

parents dda5d5d7 6b63b91f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -711,6 +711,9 @@ binder::Status InstalldNativeService::fixupAppData(const std::unique_ptr<std::st
                    // Ignore all other GID transitions, since they're kinda shady
                    LOG(WARNING) << "Ignoring " << p->fts_path << " with unexpected GID " << actual
                            << " instead of " << expected;
                    if (!(flags & FLAG_FORCE)) {
                        fts_set(fts, p, FTS_SKIP);
                    }
                }
            }
        }