Searched refs:get_group_creds (Results 1 - 10 of 10) sorted by relevance

/systemd/src/basic/
H A Duser-util.h41 int get_group_creds(const char **groupname, gid_t *gid);
H A Duser-util.c175 int get_group_creds(const char **groupname, gid_t *gid) { function
327 r = get_group_creds(&name, &gid);
/systemd/src/core/
H A Dbus-policy.c75 r = get_group_creds(&group, &gid);
H A Dexecute.c727 r = get_group_creds(&g, gids+k);
1538 r = get_group_creds(&g, &gid);
H A Dsocket.c1622 r = get_group_creds(&group, &gid);
/systemd/src/network/
H A Dnetworkd-netdev-tuntap.c107 r = get_group_creds(&group, &gid);
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c418 r = get_group_creds(&g, &i->gid);
582 r = get_group_creds(&g, &i->gid);
/systemd/src/run/
H A Drun.c986 r = get_group_creds(&arg_exec_group, &gid);
/systemd/src/udev/
H A Dudev-rules.c536 r = get_group_creds(&group, &gid);
2277 r = get_group_creds(&gr, &event->gid);
/systemd/src/tmpfiles/
H A Dtmpfiles.c2023 r = get_group_creds(&g, &i.gid);

Completed in 3711 milliseconds