fix my own spelling mistake...

This commit is contained in:
Miguel Jacq 2017-05-25 17:14:49 +10:00
parent ffa81770a7
commit 3ab0832ba7
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -116,7 +116,7 @@ would require creating `/etc/qubes-rpc/policy/custom.LockScreen` with:
sys-usb dom0 allow
3. Create udev hook in your USB VM. Store it in `/rw/config` to have it
persis across VM restarts. For example name the file
persist across VM restarts. For example name the file
`/rw/config/yubikey.rules`. Add the following line:
ACTION=="remove", SUBSYSTEM=="usb", ENV{ID_SECURITY_TOKEN}=="1", RUN+="/usr/bin/qrexec-client-vm dom0 custom.LockScreen"