Andres, I have on rather generic design question: Why we want to restrict it to CAP_SYS_ADMIN? +Â Â Â Â Â Â if (priority == AMD_SCHED_PRIORITY_HIGH && !capable(CAP_SYS_ADMIN)) +Â Â Â Â Â Â Â Â Â Â Â Â Â Â return -EACCES; Should we make it generic? My understanding is that If we follow "nice" semantic then it will not require such privilege. Sincerely yours, Serguei Sagalovitch