Searched refs:f_cred (Results 26 - 48 of 48) sorted by relevance

12

/linux-master/fs/
H A Dbinfmt_misc.c832 old_cred = override_creds(file->f_cred);
/linux-master/drivers/hid/
H A Duhid.c749 if (file->f_cred != current_cred()) {
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c512 cred = of->file->f_cred;
H A Dcgroup.c5167 saved_cred = override_creds(of->file->f_cred);
/linux-master/net/netfilter/
H A Dnfnetlink_log.c617 const struct cred *cred = file->f_cred;
H A Dnf_log_syslog.c173 const struct cred *cred = sk->sk_socket->file->f_cred;
H A Dnfnetlink_queue.c442 cred = sk->sk_socket->file->f_cred;
/linux-master/security/smack/
H A Dsmack_lsm.c2014 struct task_smack *tsp = smack_cred(file->f_cred);
2022 rc = smk_bu_credfile(file->f_cred, file, MAY_READ, rc);
4999 tsp = smack_cred(file->f_cred);
5005 rc = smk_bu_credfile(file->f_cred, file, MAY_READ, rc);
/linux-master/security/landlock/
H A Dfs.c1341 get_fs_domain(landlock_cred(file->f_cred)->domain);
/linux-master/net/sunrpc/auth_gss/
H A Dauth_gss.c426 gss_encode_v0_msg(gss_msg, file->f_cred);
515 file->f_cred);
/linux-master/include/linux/
H A Dfs.h1011 const struct cred *f_cred; member in struct:file
2685 return dentry_open(&file->f_path, file->f_flags, file->f_cred);
/linux-master/kernel/
H A Dkprobes.c2769 if (!kallsyms_show_value(pi->file->f_cred))
2861 if (!kallsyms_show_value(m->file->f_cred))
/linux-master/kernel/sched/
H A Dpsi.c1284 * Checking the privilege here on file->f_cred implies that a privileged user
1287 privileged = cap_raised(file->f_cred->cap_effective, CAP_SYS_RESOURCE);
/linux-master/fs/nfsd/
H A Dexport.c1324 struct user_namespace *userns = m->file->f_cred->user_ns;
/linux-master/fs/fuse/
H A Dinode.c1784 (ctx->file->f_cred->user_ns != sb->s_user_ns))
/linux-master/fs/proc/
H A Dbase.c1260 from_kuid(file->f_cred->user_ns,
1298 kloginuid = make_kuid(file->f_cred->user_ns, loginuid);
/linux-master/drivers/scsi/
H A Dsg.c226 if (filp->f_cred != current_real_cred()) {
/linux-master/include/net/
H A Dsock.h911 return sk->sk_socket->file->f_cred->user_ns;
/linux-master/fs/nfs/
H A Dinode.c1043 ctx->cred = get_cred(filp->f_cred);
H A Ddir.c588 .cred = desc->file->f_cred,
/linux-master/drivers/net/ppp/
H A Dppp_generic.c393 if (!ns_capable(file->f_cred->user_ns, CAP_NET_ADMIN))
/linux-master/drivers/android/
H A Dbinder.c5641 proc->cred = get_cred(filp->f_cred);
/linux-master/security/selinux/
H A Dhooks.c3986 return file_path_has_perm(file->f_cred, file, open_file_to_av(file));

Completed in 402 milliseconds

12