Constant CAP_SYS_NICE
pub const CAP_SYS_NICE: i32 = 23;
Available on crate feature
dep_nc
only.Expand description
Allow raising priority and setting priority on other (different UID) processes.
Allow use of FIFO and round-robin (realtime) scheduling on own processes and setting the scheduling algorithm used by another process.
Allow setting cpu affinity on other processes