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

Commit 2717c28e authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "update_verifier: correct group in rc file"

am: 310fa65c

Change-Id: I66e145f77ab1543f91a2b666f6bd4f4287b61292
parents 56e9b9cc 310fa65c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ static bool verify_image(const std::string& care_map_name) {
    // in /data/ota_package. To allow the device to continue booting in this situation,
    // we should print a warning and skip the block verification.
    if (care_map_fd.get() == -1) {
        LOG(WARNING) << "Warning: care map " << care_map_name << " not found.";
        PLOG(WARNING) << "Failed to open " << care_map_name;
        return true;
    }
    // Care map file has four lines (two lines if vendor partition is not present):
+2 −2
Original line number Diff line number Diff line
service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
    user root
    class cache
    group cache
    priority -20
    ioprio rt 0

service update_verifier /system/bin/update_verifier ${vold.decrypt}
    user root
    class cache
    group cache
    priority -20
    ioprio rt 0