Home
last modified time | relevance | path

Searched refs:cr_groups (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/sys/kern/
H A Dkern_prot.c290 td->td_retval[1] = td->td_ucred->cr_groups[0]; in sys_getgid()
310 td->td_retval[0] = td->td_ucred->cr_groups[0]; in sys_getegid()
336 error = copyout(cred->cr_groups, uap->gidset, ngrp * sizeof(gid_t)); in sys_getgroups()
1083 gid != oldcred->cr_groups[0] && /* allow setgid(getegid()) */ in sys_setgid()
1095 gid == oldcred->cr_groups[0] || in sys_setgid()
1124 if (oldcred->cr_groups[0] != gid) { in sys_setgid()
1170 if (oldcred->cr_groups[0] != egid) { in sys_setegid()
1257 mac_cred_check_setgroups(oldcred, 1, oldcred->cr_groups) : in kern_setgroups()
1396 (egid != (gid_t)-1 && egid != oldcred->cr_groups[0] && in sys_setregid()
1401 if (egid != (gid_t)-1 && oldcred->cr_groups[0] != egid) { in sys_setregid()
[all …]
H A Duipc_usrreq.c2663 td->td_ucred->cr_groups[i]; in unp_internalize()
2829 sc->sc_groups[i] = td->td_ucred->cr_groups[i]; in unp_addsockcred()
2840 sc->sc_groups[i] = td->td_ucred->cr_groups[i]; in unp_addsockcred()
3539 db_printf("%s%u", comma ? ", " : "", xu->cr_groups[i]); in db_print_xucred()
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dt_peercred.c78 if (xucred->cr_groups[0] != uc_cfg.proc_cred.egid) { in check_xucred()
80 (u_long)xucred->cr_groups[0], (u_long)uc_cfg.proc_cred.egid); in check_xucred()
83 if (uc_check_groups("xucred.cr_groups", xucred->cr_groups, in check_xucred()
/freebsd/sys/sys/
H A Ducred.h97 gid_t *cr_groups; /* groups */ member
115 gid_t cr_groups[XU_NGROUPS]; /* groups */ member
124 #define cr_gid cr_groups[0]
247 return (gid == cred->cr_groups[0] || gid == cred->cr_rgid || in group_is_primary()
/freebsd/sys/fs/fuse/
H A Dfuse_internal.h211 basecred->cr_groups[0] == usercred->cr_groups[0] && in fuse_match_cred()
212 basecred->cr_groups[0] == usercred->cr_rgid && in fuse_match_cred()
213 basecred->cr_groups[0] == usercred->cr_svgid) in fuse_match_cred()
H A Dfuse_ipc.c241 reused_creds.cr_groups = reused_groups; in fuse_interrupt_send()
876 ihead->gid = cred->cr_groups[0]; in fuse_setup_ihead()
/freebsd/sys/rpc/
H A Dauthunix_prot.c96 if (!xdr_uint32_t(xdrs, &cred->cr_groups[0])) in xdr_authunix_parms()
109 if (!xdr_uint32_t(xdrs, &cred->cr_groups[i + 1])) in xdr_authunix_parms()
H A Dsvc_auth_unix.c86 xcr->cr_groups[0] = IXDR_GET_UINT32(buf); in _svcauth_unix()
94 xcr->cr_groups[i + 1] = IXDR_GET_INT32(buf); in _svcauth_unix()
H A Dsvc_auth.c209 crsetgroups(cr, xcr->cr_ngroups, xcr->cr_groups); in svc_getcred()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcred.h62 #define crgetgroups(cr) ((cr)->cr_groups)
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dcred.h49 #define crgetgroups(cred) ((cred)->cr_groups)
/freebsd/usr.sbin/mountd/
H A Dmountd.c113 gid_t *cr_groups; member
1615 anon.cr_groups = tmp_groups; in get_exportlist_one()
1616 anon.cr_groups[0] = nogroup(); in get_exportlist_one()
2414 COMPARE_ARRAYS(cr0->cr_groups, cr1->cr_groups, cr0->cr_ngroups); in compare_cred()
3087 if (ep->ex_defanon.cr_groups != ep->ex_defanon.cr_smallgrps) in free_exp()
3088 free(ep->ex_defanon.cr_groups); in free_exp()
3221 eap->ex_groups = anoncrp->cr_groups; in do_mount()
3646 assert(cr->cr_groups == tmp_groups); in parsecred()
3681 cr->cr_groups, &cr->cr_ngroups) != 0) { in parsecred()
3712 cr->cr_groups[cr->cr_ngroups++] = group; in parsecred()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_uid16.c127 bsd_gidset = newcred->cr_groups; in linux_setgroups16()
157 bsd_gidset = cred->cr_groups; in linux_getgroups16()
/freebsd/cddl/lib/libdtrace/
H A Dpsinfo.d58 pr_egid = T->p_ucred->cr_groups[0];
/freebsd/sys/fs/procfs/
H A Dprocfs_status.c149 sbuf_printf(sb, ",%lu", (u_long)cr->cr_groups[i]); in procfs_doprocstatus()
/freebsd/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c255 if (cred->cr_groups[i] in ugidfw_rulecheck()
257 cred->cr_groups[i] in ugidfw_rulecheck()
/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c243 xucred->cr_groups[0], in set_auth()
245 &xucred->cr_groups[1]); in set_auth()
/freebsd/sys/netsmb/
H A Dsmb_conn.c425 gid = cred->cr_groups[0]; in smb_vc_create()
768 gid = cred->cr_groups[0]; in smb_share_create()
/freebsd/sys/ddb/
H A Ddb_ps.c464 db_printf("%d", p->p_ucred->cr_groups[i]); in DB_SHOW_COMMAND()
/freebsd/sys/security/audit/
H A Daudit.c282 ar->k_ar.ar_subj_egid = cred->cr_groups[0]; in audit_record_ctor()
H A Daudit_arg.c411 ar->k_ar.ar_arg_egid = cred->cr_groups[0]; in audit_arg_process()
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2082 ucred.cr_groups = &ucred_group; in ufs_mkdir()
2083 ucred.cr_groups[0] = dp->i_gid; in ufs_mkdir()
2838 ucred.cr_groups = &ucred_group; in ufs_makeinode()
2839 ucred.cr_groups[0] = pdir->i_gid; in ufs_makeinode()
/freebsd/sys/security/mac_do/
H A Dmac_do.c1644 const gid_t *const old_groups = old_cred->cr_groups; in rule_grant_supplementary_groups()
1645 const gid_t *const new_groups = new_cred->cr_groups; in rule_grant_supplementary_groups()
/freebsd/lib/libkvm/
H A Dkvm_proc.c158 kvm_read(kd, (u_long)ucred.cr_groups, kp->ki_groups, in kvm_proclist()
/freebsd/sys/fs/nfs/
H A Dnfs_commonport.c382 cred->cr_groups[0] = 0; in newnfs_setroot()

12