Searched refs:PF_SUPERPRIV (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/kernel/
H A Dcapability.c293 * Note that this does not set PF_SUPERPRIV on the task.
315 * Note that this does not set PF_SUPERPRIV on the task.
333 * Note that this does not set PF_SUPERPRIV on the task.
357 * Note that this does not set PF_SUPERPRIV on the task.
372 * This sets PF_SUPERPRIV on the task if the capability is available on the
383 current->flags |= PF_SUPERPRIV; ns_capable()
398 * This sets PF_SUPERPRIV on the task if the capability is available on the
417 * This does not set PF_SUPERPRIV because the caller may not
H A Dtsacct.c52 if (tsk->flags & PF_SUPERPRIV) bacct_add_tsk()
H A Dacct.c556 if (current->flags & PF_SUPERPRIV) acct_collect()
H A Dfork.c1332 p->flags &= ~(PF_SUPERPRIV | PF_WQ_WORKER); copy_process()
/linux-4.1.27/security/
H A Dcommoncap.c977 /* set PF_SUPERPRIV if it turns out we allow the low mmap */ cap_mmap_addr()
979 current->flags |= PF_SUPERPRIV; cap_mmap_addr()
/linux-4.1.27/include/linux/
H A Dsched.h1972 #define PF_SUPERPRIV 0x00000100 /* used super-user privileges */ macro

Completed in 232 milliseconds