From 663f73d49f329cc6f00946bc461574fc60550988 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 18 Nov 2024 14:28:13 -0500 Subject: [PATCH] systemd: add terminal path capabilities to manifest Needed for the open-in-terminal feature, so other cockpit apps can determine if their base cockpit version supports opening paths in terminal. --- pkg/systemd/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/systemd/manifest.json b/pkg/systemd/manifest.json index 1e7060850a30..d4b59ab0d89c 100644 --- a/pkg/systemd/manifest.json +++ b/pkg/systemd/manifest.json @@ -76,7 +76,8 @@ { "matches": ["console", "command", "bash", "shell"] } - ] + ], + "capabilities": ["path"] } },