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

Commit 16efc4d6 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by android-build-merger
Browse files

Merge \\\"ueventd: Remove verbose restorecon_recursive: message\\\" am: 34575431 am: 2d5dfa89

am: 45d9f24c

Change-Id: I4f981f795101ab784dfa42aa7de698d66a39baac
parents fb2df9be 45d9f24c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ static void fixup_sys_perms(const char* upath, const char* subsystem) {
    }

    if (access(path.c_str(), F_OK) == 0) {
        LOG(INFO) << "restorecon_recursive: " << path;
        LOG(VERBOSE) << "restorecon_recursive: " << path;
        restorecon_recursive(path.c_str());
    }
}