compositor: set scheduler to SCHED_RR before dropping CAP_SYS_NICE
This commit is contained in:
parent
af6e868a78
commit
7a623006e2
8 changed files with 202 additions and 12 deletions
|
|
@ -760,3 +760,15 @@ macro_rules! client_wire_scale_to_logical {
|
|||
}
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! not_matches {
|
||||
($($tt:tt)*) => {
|
||||
!matches!($($tt)*)
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! jay_allow_realtime_config_so {
|
||||
() => {
|
||||
"JAY_ALLOW_REALTIME_CONFIG_SO"
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue