Searched refs:CheckPerm (Results 1 – 3 of 3) sorted by relevance
/base/security/selinux/interfaces/policycoreutils/src/ |
D | service_checker.cpp | 246 int ServiceChecker::CheckPerm(const pid_t callingPid, const std::string &serviceName, std::string a… in CheckPerm() function in ServiceChecker 284 return CheckPerm(callingPid, serviceClass_, "list"); in ListServiceCheck() 289 return CheckPerm(callingPid, serviceName, "get"); in GetServiceCheck() 298 return CheckPerm(callingPid, remoteServiceName, "get_remote"); in GetRemoteServiceCheck() 303 return CheckPerm(callingPid, serviceName, "add"); in AddServiceCheck()
|
D | param_checker.c | 94 static int CheckPerm(const char *paraName, const char *srcContext, const char *destContext, const s… in CheckPerm() function 130 int res = CheckPerm(paraName, srcContext, destContext, &(info->uc)); in SetParamCheck()
|
/base/security/selinux/interfaces/policycoreutils/include/ |
D | service_checker.h | 44 int CheckPerm(const pid_t callingPid, const std::string &serviceName, std::string action);
|