forked from ports/contrib
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
polkit.addRule(function(action, subject) {
|
||
|
if (action.id == "org.freedesktop.RealtimeKit1.acquire-high-priority"
|
||
|
|| action.id == "org.freedesktop.RealtimeKit1.acquire-real-time") {
|
||
|
return polkit.Result.YES;
|
||
|
}
|
||
|
});
|