Home
last modified time | relevance | path

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

/systemd-251/src/core/
Ddynamic-user.h37 int dynamic_creds_realize(DynamicCreds *creds, char **suggested_paths, uid_t *uid, gid_t *gid);
Ddynamic-user.c785 int dynamic_creds_realize(DynamicCreds *creds, char **suggested_paths, uid_t *uid, gid_t *gid) { in dynamic_creds_realize() function
Dexecute.c4274 r = dynamic_creds_realize(dcreds, suggested_paths, &uid, &gid); in exec_child()