-
Notifications
You must be signed in to change notification settings - Fork 347
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
container: T6210: add capability sys-nice #3259
Conversation
Adding sys-nice as a cap add for podman docker config in Vyos.
Can you add it to the completionHelp list and add a valueHelp element? |
Add command completion and help entry for sys-nice.
Read please contributing document that you marked as “read”. We’ll close the PR as it is not formatted correctly. And addition you should use “commit —amend” and and “push —force” to override the previous commit |
I wonder if we should take the last change in 1.4.0-epa3 to rename the node from |
@c-po I tend to agree, let's rename it while we can. But I wonder if we should add a migration script to help people who used earlier versions of 1.4 pre-release builds. @theflakes And, yes, please check out the contributing guide and follow the procedure. Not having corresponding tasks and not having commits and PRs linked to tasks makes release notes writing a real headache, it's important for tracking changes across multiple repositories. |
Tracked via https://vyos.dev/T6208 - migrator will be implemented |
Sorry about that, I'm getting an account registered to then create the task. |
@@ -51,12 +51,16 @@ | |||
<format>sys-module</format> | |||
<description>Load, unload and delete kernel modules</description> | |||
</valueHelp> | |||
<valueHelp> | |||
<format>sys-nice</format> | |||
<description>Permissions to set process nice value</description> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please drop the plural here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done and thanks
dropping Permission plural
@Mergifyio backport sagitta |
✅ Backports have been created
|
Change Summary
Adding sys-nice as an option for container cap-add configuration. This is needed for Suricata v7.
Types of changes
Related Task(s)
https://vyos.dev/T6210
Related PR(s)
Component(s) name
container
Proposed changes
How to test
Configured container to run latest version of containerized Suricata. Running Vyos on my home router with Suricata v7 running as a container. Running on N305 Intel CPU with 32GB RAM.
Smoketest result
Checklist: