aboutsummaryrefslogtreecommitdiffhomepage
path: root/comp
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-12-06 03:26:09 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-12-06 03:26:09 +0900
commit1b5b089c788ed0bec4be8666e1f8c1712f5ba570 (patch)
treef297e418bab42a888fd5f578326d68e4a3703130 /comp
parent6b8ddca7b45e0413b0a89cc81d622953b979df08 (diff)
fortify: rename --dbus-id to --id
This value is no longer specific to D-Bus defaults. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'comp')
-rw-r--r--comp/_fortify2
1 files changed, 1 insertions, 1 deletions
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]'
}