Searched refs:current_euid (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/security/keys/
H A Dpersistent.c148 !uid_eq(uid, current_euid()) &&
/linux-master/kernel/
H A Dutsname.c22 return inc_ucount(ns, current_euid(), UCOUNT_UTS_NAMESPACES);
H A Duid16.c210 return high2lowuid(from_kuid_munged(current_user_ns(), current_euid()));
H A Dpid_namespace.c65 return inc_ucount(ns, current_euid(), UCOUNT_PID_NAMESPACES);
/linux-master/kernel/cgroup/
H A Dnamespace.c14 return inc_ucount(ns, current_euid(), UCOUNT_CGROUP_NAMESPACES);
/linux-master/ipc/
H A Dmq_sysctl.c102 if (uid_eq(current_euid(), ns_root_uid))
H A Dnamespace.c30 return inc_ucount(ns, current_euid(), UCOUNT_IPC_NAMESPACES);
H A Dutil.c555 kuid_t euid = current_euid();
741 euid = current_euid();
H A Dipc_sysctl.c229 if (uid_eq(current_euid(), ns_root_uid))
H A Dshm.c1192 kuid_t euid = current_euid();
/linux-master/fs/ecryptfs/
H A Dmessaging.c23 hash_long((unsigned long)from_kuid(&init_user_ns, current_euid()), ecryptfs_hash_bits)
109 if (uid_eq((*daemon)->file->f_cred->euid, current_euid())) {
/linux-master/include/linux/
H A Dcred.h374 #define current_euid() (current_cred_xxx(euid)) macro
/linux-master/kernel/time/
H A Dnamespace.c61 return inc_ucount(ns, current_euid(), UCOUNT_TIME_NAMESPACES);
/linux-master/net/ax25/
H A Dax25_route.c414 user = ax25_findbyuid(current_euid());
/linux-master/security/tomoyo/
H A Daudit.c173 from_kuid(&init_user_ns, current_euid()),
H A Dcondition.c844 value = from_kuid(&init_user_ns, current_euid());
/linux-master/fs/notify/inotify/
H A Dinotify_user.c681 current_euid(),
/linux-master/net/netrom/
H A Daf_netrom.c609 user = ax25_findbyuid(current_euid());
688 user = ax25_findbyuid(current_euid());
/linux-master/net/rose/
H A Daf_rose.c726 user = ax25_findbyuid(current_euid());
832 user = ax25_findbyuid(current_euid());
/linux-master/net/ipv6/
H A Dip6_flowlabel.c450 fl->owner.uid = current_euid();
/linux-master/security/apparmor/
H A Dpolicy.c819 bool root_in_user_ns = uid_eq(current_euid(), make_kuid(user_ns, 0)) ||
/linux-master/fs/quota/
H A Dquota.c42 if ((type == USRQUOTA && uid_eq(current_euid(), make_kuid(current_user_ns(), id))) ||
/linux-master/drivers/tee/
H A Dtee_core.c237 current_euid().val);
/linux-master/net/core/
H A Dnet_namespace.c411 return inc_ucount(ns, current_euid(), UCOUNT_NET_NAMESPACES);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1550 current_euid(),

Completed in 260 milliseconds

12