Skip to content

Commit

Permalink
doc: missing access control for sys-usb
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jan 10, 2024
1 parent c76fb42 commit 5ec87fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions salt/sys-usb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PCI handler of USB devices in Qubes OS.

* [Description](#description)
* [Installation](#installation)
* [Access control](#access-control)
* [Usage](#usage)
* [Credits](#credits)

Expand Down Expand Up @@ -55,6 +56,14 @@ And enable the CTAP Proxy service for the client qubes:
qvm-features QUBE service.qubes-ctap-proxy 1
```

## Access control

No extra services are implemented, consult upstream to learn how to use the
following services:
- `qubes.InputMouse`, `qubes.InputKeyboard`, `qubes.InputTablet`;
- `ctap.GetInfo`, `ctap.ClientPin`, `u2f.Register`, `u2f.Authenticate`,
`policy.RegisterArgument`.

## Usage

Start a USB qube an connect a device to it. USB PCI devices will appear on
Expand Down

0 comments on commit 5ec87fe

Please sign in to comment.