mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-12 07:59:40 -05: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)
|
* [Description](#description)
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
|
* [Access control](#access-control)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
* [Credits](#credits)
|
* [Credits](#credits)
|
||||||
|
|
||||||
@ -55,6 +56,14 @@ And enable the CTAP Proxy service for the client qubes:
|
|||||||
qvm-features QUBE service.qubes-ctap-proxy 1
|
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
|
## Usage
|
||||||
|
|
||||||
Start a USB qube an connect a device to it. USB PCI devices will appear on
|
Start a USB qube an connect a device to it. USB PCI devices will appear on
|
||||||
|
Loading…
Reference in New Issue
Block a user