Update yubi-key.md

This commit is contained in:
chiu410 2022-03-14 02:07:35 +08:00 committed by GitHub
parent 5b29e903d2
commit 82b1d8e789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,13 @@ In dom0:
DISPLAY=:0 xscreensaver-command -lock
```
2. Allow your USB VM to call that service.
2. Then make `/etc/qubes-rpc/custom.LockScreen` executable.
```
sudo chmod +x /etc/qubes-rpc/custom.LockScreen
```
3. Allow your USB VM to call that service.
Assuming that it's named `sys-usb` it would require creating `/etc/qubes-rpc/policy/custom.LockScreen` with:
```