summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-03-05 15:55:36 +0100
committerAlexander Larsson <alexl@redhat.com>2015-03-05 15:55:36 +0100
commit5bfee405b17d9b5cc7133d17b44a7a27e1b5b69c (patch)
tree05f7ff23b96108b6a41411e46168b386a8b2e106 /completion
parentda62eccc46a2c1b617eb7c3de18a406e67b817cc (diff)
downloadxdg-app-5bfee405b17d9b5cc7133d17b44a7a27e1b5b69c.tar.gz
Add metadata option to limit DRI access
Diffstat (limited to 'completion')
-rwxr-xr-xcompletion/xdg-app2
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/xdg-app b/completion/xdg-app
index 4b8479f..94e0bc8 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -56,7 +56,7 @@ _xdg-app() {
comps=$(xdg-app $mode list-runtimes)
;;
--allow|--forbid)
- comps='x11 wayland ipc pulseaudio system-dbus session-dbus network host-fs homedir'
+ comps='x11 wayland ipc pulseaudio system-dbus session-dbus network host-fs homedir dri'
;;
--branch|--subject|--body|--title)
comps=''