Home
last modified time | relevance | path

Searched refs:kauth_getuid (Results 1 – 10 of 10) sorted by relevance

/xnu-8792.61.2/bsd/kern/
H A Dposix_shm.c400 new_pinfo->pshm_uid = kauth_getuid(); in shm_open()
1004 if (error != 0 && pinfo->pshm_uid != kauth_getuid()) { in shm_unlink()
H A Dsys_pipe.c508 sb64->st_uid = kauth_getuid(); in pipe_stat()
535 sb->st_uid = kauth_getuid(); in pipe_stat()
1726 ub->vst_uid = kauth_getuid(); in fill_pipeinfo()
H A Dposix_sem.c535 pinfo->psem_uid = kauth_getuid(); in sem_open()
H A Dkern_prot.c305 *retval = kauth_getuid(); in geteuid()
H A Dtty_dev.c1055 error = _devfs_setattr(pti->pt_devhandle, 0620, kauth_getuid(), GID_TTY);
H A Dkern_credential.c3450 kauth_getuid(void) in kauth_getuid() function
H A Dkern_sig.c388 if (kauth_getuid() != 0 && sigrestrict_arg != 2) { in sigrestrictmask()
H A Dproc_info.c3075 if (kauth_getuid() != target_uid) { in proc_security_policy()
/xnu-8792.61.2/bsd/dev/dtrace/
H A Dfbt_blacklist.c169 CLOSURE(kauth_getuid)
/xnu-8792.61.2/bsd/sys/
H A Dkauth.h166 extern uid_t kauth_getuid(void);