Merge \"ueventd: Remove verbose restorecon_recursive: message\"
am: 345754313e
Change-Id: I8a65176acc859b59e96f22d39e095ce2d154d9cd
This commit is contained in:
commit
2d5dfa89ae
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ static void fixup_sys_perms(const char* upath, const char* subsystem) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (access(path.c_str(), F_OK) == 0) {
|
if (access(path.c_str(), F_OK) == 0) {
|
||||||
LOG(INFO) << "restorecon_recursive: " << path;
|
LOG(VERBOSE) << "restorecon_recursive: " << path;
|
||||||
restorecon_recursive(path.c_str());
|
restorecon_recursive(path.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue