Skip to content

Tracker-miner side fixes for `sched_setattr`

Ensure we set all priorities before glib gets to create threads and thread pools, so the state later versions try to enforce later on is all coherent.

Also, whitelist sched_setattr in our seccomp filters, as it will be innocuous with the other changes in place.

Merge request reports