Home
last modified time | relevance | path

Searched refs:g_selinuxLock (Results 1 – 1 of 1) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dservice_checker.cpp50 std::mutex g_selinuxLock; variable
281 std::lock_guard<std::mutex> lock(g_selinuxLock); in CheckPerm()