From 12eb869f0712e55781f42270e073a7f9d414c665 Mon Sep 17 00:00:00 2001 From: Mia McMahill <84749759+electricbrass@users.noreply.github.com> Date: Wed, 1 Jul 2026 04:26:10 -0500 Subject: [PATCH] Add usb conditions to list of supported conditions --- docs/sandbox-permissions.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sandbox-permissions.rst b/docs/sandbox-permissions.rst index 92646878..9502b0fe 100644 --- a/docs/sandbox-permissions.rst +++ b/docs/sandbox-permissions.rst @@ -510,6 +510,10 @@ prefixing with ``!``. The following conditions are supported: - ``false``- Always evaluates to false - ``has-input-device`` - True if the Flatpak version supports ``--device=input`` +- ``has-usb-device`` - True if the Flatpak version supports + ``--device=usb`` +- ``has-usb-portal`` - True if the current desktop session supports + the USB Portal - ``has-wayland`` - True if the current desktop session supports Wayland