-
Notifications
You must be signed in to change notification settings - Fork 29
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
realtime: add --realtime to setup #706
Conversation
36ea309
to
a4a6ecf
Compare
By default realtime is False but users will have the option to set it to True user setup --realtime Signed-off-by: Douglas Schilling Landgraf <[email protected]>
error not related to the patch:
|
@mkemel PTAL |
Can you elaborate on that? |
the system calls sched_* cannot be blocked. |
@alexlarsson PTAL |
/packit retest-failed |
Account mkemel has no write access nor is author of PR! |
Reproduced it locally, looking |
I don't think this change is right, for a few reasons:
I think we should instead:
|
@alexlarsson probably just a documentation instead? |
The problem is with running |
Thanks @mkemel |
Documentation, and rename the current seccomp file to make it clear that it has the "disallow rt" part added. We may then later add other seccomp file versions with a different name. |
/packit retest-failed |
I am not going to forward with this patch, going to write a documentation. Just testing if @mkemel patch made the trick in CI/CD. |
@dougsland, MHO @alexlarsson suggestion has strong points And for rt, install /usr/share/qm/seccom-rt.json |
By default realtime is False but users
will have the option to set it to True
via setup --realtime