MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / querySenderCredentials

Method querySenderCredentials

src/Connection.cpp:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653int Connection::querySenderCredentials(sd_bus_message* sdbusMsg, uint64_t mask, sd_bus_creds **creds)
654{
655 return sdbus_->sd_bus_query_sender_creds(sdbusMsg, mask, creds);
656}
657
658sd_bus_creds* Connection::incrementCredsRefCount(sd_bus_creds* creds)
659{

Callers 7

getCredsPidMethod · 0.80
getCredsUidMethod · 0.80
getCredsEuidMethod · 0.80
getCredsGidMethod · 0.80
getCredsEgidMethod · 0.80
getSELinuxContextMethod · 0.80

Calls 1

Tested by

no test coverage detected