From 1b5b089c788ed0bec4be8666e1f8c1712f5ba570 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Fri, 6 Dec 2024 03:26:09 +0900 Subject: fortify: rename --dbus-id to --id This value is no longer specific to D-Bus defaults. Signed-off-by: Ophestra Umiker --- comp/_fortify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comp') diff --git a/comp/_fortify b/comp/_fortify index 17442372..127675be 100644 --- a/comp/_fortify +++ b/comp/_fortify @@ -6,6 +6,7 @@ _fortify_app() { _fortify_run() { _arguments \ + '--id[App ID, leave empty to disable security context app_id]:id' \ '-a[Fortify application ID]: :_numbers' \ '-g[Groups inherited by the app process]: :_groups' \ '-d[Application home directory]: :_files -/' \ @@ -16,7 +17,6 @@ _fortify_run() { '--pulse[Share PulseAudio socket and cookie]' \ '--dbus-config[Path to D-Bus proxy config file]: :_files -g "*.json"' \ '--dbus-system[Path to system D-Bus proxy config file]: :_files -g "*.json"' \ - '--dbus-id[D-Bus ID of application, leave empty to disable own paths]:id' \ '--mpris[Allow owning MPRIS D-Bus path]' \ '--dbus-log[Force logging in the D-Bus proxy]' } -- cgit v1.3.1