mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-13 16:29:59 -05:00
Additional step for Whonix
Per this discussion, https://forums.whonix.org/t/fixing-whonix-boot-issue-after-securing-qubes-root-auth/3155/8 Whonix executes sudo commands in non-root startup scripts which causes pop-up auth prompts to appear while Whonix VMs are starting. The problem is partly due to sudo parsing sudoers.d entries in alphabetical order, and some later configs cause earlier ones to get overridden. Adding the right permissions to a lexically 'last' filename resolves the issue.
This commit is contained in:
parent
1ff02d4a01
commit
5dd89f912d
@ -141,6 +141,12 @@ this for extra security.**
|
||||
|
||||
auth sufficient pam_permit.so
|
||||
|
||||
- For Whonix, if prompts appear during boot, create /etc/sudoers.d/zz99 and add two lines:
|
||||
|
||||
```
|
||||
ALL ALL=NOPASSWD: /usr/sbin/virt-what
|
||||
ALL ALL=NOPASSWD: /usr/sbin/service whonixcheck *
|
||||
```
|
||||
|
||||
Dom0 password-less root access
|
||||
------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user