Home
last modified time | relevance | path

Searched refs:PRIV_SCHED_SETPRIORITY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcapability.h43 #define CAP_SYS_NICE PRIV_SCHED_SETPRIORITY
/freebsd/sys/sys/
H A Dpriv.h187 #define PRIV_SCHED_SETPRIORITY 201 /* Can set lower nice value for proc. */ macro
/freebsd/sys/kern/
H A Dkern_resource.c276 if (n < p->p_nice && priv_check(td, PRIV_SCHED_SETPRIORITY) != 0) in donice()
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c1750 case PRIV_SCHED_SETPRIORITY: in lomac_priv_check()
/freebsd/sys/security/mac_biba/
H A Dmac_biba.c1972 case PRIV_SCHED_SETPRIORITY: in biba_priv_check()