Home
last modified time | relevance | path

Searched refs:fsgid (Results 1 – 25 of 44) sorted by relevance

12

/linux/fs/nfsd/
H A Dauth.c36 new->fsgid = cred->cr_gid; in nfsd_setuser()
42 new->fsgid = exp->ex_anon_gid; in nfsd_setuser()
49 if (gid_eq(new->fsgid, GLOBAL_ROOT_GID)) in nfsd_setuser()
50 new->fsgid = exp->ex_anon_gid; in nfsd_setuser()
71 if (gid_eq(new->fsgid, INVALID_GID)) in nfsd_setuser()
72 new->fsgid = exp->ex_anon_gid; in nfsd_setuser()
/linux/kernel/
H A Dcred.c249 new->sgid = new->fsgid = new->egid; in prepare_exec_creds()
385 !gid_eq(old->fsgid, new->fsgid) || in commit_creds()
405 if (!gid_eq(new->fsgid, old->fsgid)) in commit_creds()
432 !gid_eq(new->fsgid, old->fsgid)) in commit_creds()
484 if (gid_lt(a->fsgid, b->fsgid)) in cred_fscmp()
486 if (gid_gt(a->fsgid, b->fsgid)) in cred_fscmp()
660 new->fsgid = inode->i_gid; in set_create_files_as()
H A Dsys.c456 new->fsgid = new->egid; in __sys_setregid()
498 new->gid = new->egid = new->sgid = new->fsgid = kgid; in __sys_setgid()
500 new->egid = new->fsgid = kgid; in __sys_setgid()
835 gid_eq(kegid, old->fsgid))) && in __sys_setresgid()
859 new->fsgid = new->egid; in __sys_setresgid()
956 old_fsgid = from_kgid_munged(old->user_ns, old->fsgid); in __sys_setfsgid()
967 gid_eq(kgid, old->sgid) || gid_eq(kgid, old->fsgid) || in __sys_setfsgid()
969 if (!gid_eq(kgid, old->fsgid)) { in __sys_setfsgid()
970 new->fsgid = kgid; in __sys_setfsgid()
H A Dgroups.c232 if (!gid_eq(grp, cred->fsgid)) in in_group_p()
H A Dauditsc.c405 return audit_compare_gid(cred->fsgid, name, f, ctx); in audit_field_compare()
440 return audit_gid_comparator(cred->gid, f->op, cred->fsgid); in audit_field_compare()
445 return audit_gid_comparator(cred->egid, f->op, cred->fsgid); in audit_field_compare()
448 return audit_gid_comparator(cred->sgid, f->op, cred->fsgid); in audit_field_compare()
540 result = audit_gid_comparator(cred->fsgid, f->op, f->gid); in audit_filter_rules()
1016 ctx->gid = ctx->egid = ctx->sgid = ctx->fsgid = KGIDT_INIT(0); in audit_reset_context()
1646 from_kgid(&init_user_ns, cred->fsgid)); in audit_log_uring()
H A Daudit.h144 kgid_t gid, egid, sgid, fsgid; member
/linux/net/sunrpc/
H A Dauth_unix.c88 …_eq(cred->cr_cred->fsuid, acred->cred->fsuid) || !gid_eq(cred->cr_cred->fsgid, acred->cred->fsgid)) in unx_match()
136 *p++ = cpu_to_be32(from_kgid_munged(userns, cred->cr_cred->fsgid)); in unx_marshal()
H A Dsvcauth.c196 svc->cr_gid = KGIDT_INIT(from_kgid_munged(userns, cred->fsgid)); in svcauth_map_clnt_to_svc_cred_local()
/linux/include/linux/
H A Dcred.h122 kgid_t fsgid; /* GID for VFS ops */ member
386 #define current_fsgid() (current_cred_xxx(fsgid))
423 *(_fsgid) = __cred->fsgid; \
H A Dnfs_fs.h64 kgid_t fsgid; member
/linux/net/netfilter/
H A Dxt_owner.c104 if (gid_gte(filp->f_cred->fsgid, gid_min) && in owner_mt()
105 gid_lte(filp->f_cred->fsgid, gid_max)) in owner_mt()
/linux/include/uapi/linux/
H A Dpidfd.h96 __u32 fsgid; member
/linux/fs/orangefs/
H A Dxattr.c104 int fsgid; in orangefs_inode_getxattr() local
117 fsgid = from_kgid(&init_user_ns, current_fsgid()); in orangefs_inode_getxattr()
125 fsgid); in orangefs_inode_getxattr()
/linux/security/keys/
H A Dpermission.c62 if (gid_eq(key->gid, cred->fsgid)) { in key_task_permission()
H A Drequest_key.c140 keyring = keyring_alloc(desc, cred->fsuid, cred->fsgid, cred, in call_sbin_request_key()
156 sprintf(gid_str, "%d", from_kgid(&init_user_ns, cred->fsgid)); in call_sbin_request_key()
396 ctx->cred->fsuid, ctx->cred->fsgid, ctx->cred, in construct_alloc_key()
H A Dprocess_keys.c395 new_cred->thread_keyring->gid = new_cred->fsgid; in key_fsgid_changed()
935 new->fsgid = old->fsgid; in key_change_session_keyring()
H A Drequest_key_auth.c217 cred->fsuid, cred->fsgid, cred, in request_key_auth_new()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h192 __u32 fsgid; member
/linux/security/safesetid/
H A Dlsm.c227 id_permitted_for_cred(old, (kid_t){.gid = new->fsgid}, GID)) in safesetid_task_fix_setgid()
/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst461 和 ``file->f_cred->fsgid`` 。
/linux/fs/
H A Dpidfs.c393 kinfo.fsgid = from_kgid_munged(user_ns, c->fsgid); in pidfd_info()
/linux/fs/nfs/
H A Ddir.c2997 if (gid_lt(a->fsgid, b->fsgid)) in access_cmp()
2999 if (gid_gt(a->fsgid, b->fsgid)) in access_cmp()
3200 cache->fsgid = cred->fsgid; in nfs_access_add_cache()
/linux/Documentation/admin-guide/LSM/
H A Dipe.rst351 …ppid=2219 pid=2241 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 c…
355 …ppid=2219 pid=2472 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=2 c…
396 …4 pid=229 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=429…
440 …4 pid=229 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=pts0 ses=429…
/linux/fs/smb/server/
H A Dsmb_common.c762 cred->fsgid = make_kgid(&init_user_ns, gid); in __ksmbd_override_fsids()
/linux/net/sched/
H A Dcls_flow.c220 kgid_t skgid = sk->sk_socket->file->f_cred->fsgid; in flow_get_skgid()

12