Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcapability.c343 current->flags |= PF_SUPERPRIV; in ns_capable_common()
H A Dfork.c2196 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER | PF_IDLE | PF_NO_SETAFFINITY); in copy_process()
/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.h1803 #define PF_SUPERPRIV 0x00000100 /* Used super-user privileges */ macro