Skip to content

Commit

Permalink
Add command completion and help entry for sys-nice.
Browse files Browse the repository at this point in the history
Add command completion and help entry for sys-nice.
  • Loading branch information
theflakes authored Apr 6, 2024
1 parent 80e505e commit d8f260a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion interface-definitions/container.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<properties>
<help>Container capabilities/permissions</help>
<completionHelp>
<list>net-admin net-bind-service net-raw setpcap sys-admin sys-module sys-time</list>
<list>net-admin net-bind-service net-raw setpcap sys-admin sys-module sys-nice sys-time</list>
</completionHelp>
<valueHelp>
<format>net-admin</format>
Expand All @@ -51,6 +51,10 @@
<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>
</valueHelp>
<valueHelp>
<format>sys-time</format>
<description>Permission to set system clock</description>
Expand Down

0 comments on commit d8f260a

Please sign in to comment.