Skip to content

Commit

Permalink
Add container cap sys-nice
Browse files Browse the repository at this point in the history
Adding sys-nice as a cap add for podman docker config in Vyos.
  • Loading branch information
theflakes authored Apr 5, 2024
1 parent cc52f47 commit 80e505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface-definitions/container.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<description>Permission to set system clock</description>
</valueHelp>
<constraint>
<regex>(net-admin|net-bind-service|net-raw|setpcap|sys-admin|sys-module|sys-time)</regex>
<regex>(net-admin|net-bind-service|net-raw|setpcap|sys-admin|sys-module|sys-nice|sys-time)</regex>
</constraint>
<multi/>
</properties>
Expand Down

0 comments on commit 80e505e

Please sign in to comment.