Merge branch 'patch-8' of https://github.com/tasket/qubes-doc into tasket-patch-8

This commit is contained in:
Andrew David Wong 2016-11-27 16:27:57 -08:00
commit 5e107f5fa0
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -141,6 +141,15 @@ this for extra security.**
auth sufficient pam_permit.so
- For Whonix, if prompts appear during boot, create /etc/sudoers.d/zz99 and add these lines:
```
ALL ALL=NOPASSWD: /usr/sbin/virt-what
ALL ALL=NOPASSWD: /usr/sbin/service whonixcheck restart
ALL ALL=NOPASSWD: /usr/sbin/service whonixcheck start
ALL ALL=NOPASSWD: /usr/sbin/service whonixcheck stop
ALL ALL=NOPASSWD: /usr/sbin/service whonixcheck status
```
Dom0 password-less root access
------------------------------