Lines Matching defs:gid
27 * AUTHNULL is treated just like AUTHUNIX except that the uid/gid
408 * auth.unix.gid cache
530 int gid;
532 rv = get_int(&mesg, &gid);
536 kgid = make_kgid(current_user_ns(), gid);
539 ug.gi->gid[i] = kgid;
587 seq_printf(m, " %d", from_kgid_munged(user_ns, ug->gi->gid[i]));
595 .name = "auth.unix.gid",
766 /* Signal that mapping to nobody uid/gid is required */
828 * Instead, -1 uid or gid is later mapped to the
830 * Supplementary gid's will be left alone.
835 cred->cr_gid = make_kgid(userns, svc_getnl(argv)); /* gid */
844 cred->cr_group_info->gid[i] = kgid;