Home
last modified time | relevance | path

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

/system/core/init/
Dproperty_service.cpp346 char* source_ctx = nullptr; in handle_property_set() local
347 getpeercon(socket.socket(), &source_ctx); in handle_property_set()
350 if (check_control_mac_perms(value.c_str(), source_ctx, &cr)) { in handle_property_set()
366 if (check_mac_perms(name, source_ctx, &cr)) { in handle_property_set()
379 freecon(source_ctx); in handle_property_set()