mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
doc: missing access control for sys-usb
This commit is contained in:
parent
76e9234c83
commit
5b9b0bba5b
@ -6,6 +6,7 @@ PCI handler of USB devices in Qubes OS.
|
||||
|
||||
* [Description](#description)
|
||||
* [Installation](#installation)
|
||||
* [Access control](#access-control)
|
||||
* [Usage](#usage)
|
||||
* [Credits](#credits)
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user