Searched defs:target_context (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dproperty_service.cpp113 static bool CheckMacPerms(const std::string& name, const char* target_context, argument
115 if (!target_context || !source_context) {
124 bool has_access = (selinux_check_access(source_context, target_context, "property_service",
444 const char* target_context = nullptr; local
446 property_info_area->GetPropertyInfo(name.c_str(), &target_context, &type);
448 if (!CheckMacPerms(name, target_context, source_context.c_str(), cr)) {

Completed in 27 milliseconds