MCPcopy Create free account
hub / github.com/git/git / drop_privileges

Function drop_privileges

daemon.c:1193–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1191struct credentials;
1192
1193static void drop_privileges(struct credentials *cred UNUSED)
1194{
1195 /* nothing */
1196}
1197
1198static struct credentials *prepare_credentials(const char *user_name UNUSED,
1199 const char *group_name UNUSED)

Callers 1

serveFunction · 0.85

Calls 1

dieFunction · 0.70

Tested by

no test coverage detected