Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seccomp: The use of SCHED_DEADLINE inside QM is not supported #375

Closed
dougsland opened this issue Apr 23, 2024 · 0 comments · Fixed by #387
Closed

seccomp: The use of SCHED_DEADLINE inside QM is not supported #375

dougsland opened this issue Apr 23, 2024 · 0 comments · Fixed by #387
Assignees
Labels
bug Something isn't working jira

Comments

@dougsland
Copy link
Collaborator

dougsland commented Apr 23, 2024

According with sched_setscheduler(2) the SCHED_DEADLINE is only settable via sched_setattr(2) which currently is allowed in seccomp. We should block it.

See-Also: #376 #377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant