Searched defs:ssc (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dbecome_user.c90 struct sss_creds *ssc = NULL; local
111 ssc = talloc_size(mem_ctx,
113 if (!ssc) {
118 ssc->num_gids = size;
120 size = getgroups(ssc->num_gids, ssc->gids);
125 /* free ssc immediately otherwise the code will try to restore
127 talloc_zfree(ssc);
132 ssc->uid = myuid;
133 ssc
[all...]

Completed in 6 milliseconds