HomeSort by: relevance | last modified time | path
    Searched refs:PK_SUGID (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/kern/
kern_core.c 162 if (p->p_flag & PK_SUGID) {
259 if ((p->p_flag & PK_SUGID) && security_setidcore_dump) {
kern_fork.c 362 p1->p_flag & (PK_SUGID | PK_NOCLDWAIT | PK_CLDSIGIGN | PK_32);
kern_prot.c 550 * we use PK_SUGID because we consider changing the owners as
556 *retval = (p->p_flag & PK_SUGID) != 0;
kern_exec.c 782 if (p->p_flag & PK_SUGID) {
1106 p->p_flag &= ~PK_SUGID;
2664 p1->p_flag & (PK_SUGID | PK_NOCLDWAIT | PK_CLDSIGIGN | PK_32);
kern_proc.c 1869 p->p_flag |= PK_SUGID;
1996 PK_SUGID, P_SUGID,
kern_ktrace.c 237 (p->p_flag & PK_SUGID))
sys_ptrace_common.c 251 ISSET(p->p_flag, PK_SUGID)) {
kern_event.c 649 ISSET(p->p_flag, PK_SUGID)))
  /src/sys/miscfs/procfs/
procfs_vfsops.c 561 if (arg == PROCFS_EXEC_HOOK && !(p->p_flag & PK_SUGID))
613 ISSET(p->p_flag, PK_SUGID))
procfs_vnops.c 757 if (procp->p_flag & PK_SUGID)
  /src/sys/sys/
proc.h 379 #define PK_SUGID 0x00000100 /* Had set id privileges since last exec */

Completed in 65 milliseconds