Home
last modified time | relevance | path

Searched refs:PF_SUPERPRIV (Results 1 – 3 of 3) sorted by relevance

/linux/security/
H A Dcommoncap.c1476 /* set PF_SUPERPRIV if it turns out we allow the low mmap */ in cap_mmap_addr()
1478 current->flags |= PF_SUPERPRIV; in cap_mmap_addr()
/linux/include/linux/
H A Dsched.h1762 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro
/linux/kernel/
H A Dfork.c2147 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()