From b30faa43c28b592febd83a7fd3a58247de6b27bc Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 6 Apr 2024 21:06:06 +0200 Subject: container: T6208: rename "cap-add" CLI node to "capability" Containers have the ability to add Linux system capabilities to them, this is done using the "set container name cap-add" command. The CLI node sounds off and rather should be "set container name capability" instead as we use and pass a capability to a container and not add/invent new ones. --- interface-definitions/include/version/container-version.xml.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interface-definitions/include/version/container-version.xml.i') diff --git a/interface-definitions/include/version/container-version.xml.i b/interface-definitions/include/version/container-version.xml.i index 129469cec..ed6e942cd 100644 --- a/interface-definitions/include/version/container-version.xml.i +++ b/interface-definitions/include/version/container-version.xml.i @@ -1,3 +1,3 @@ - + -- cgit v1.2.3