diff --git a/docs/security/replacing-passwordless-root-with-dom0-prompt.md b/docs/security/replacing-passwordless-root-with-dom0-prompt.md index 259f99e..468e991 100644 --- a/docs/security/replacing-passwordless-root-with-dom0-prompt.md +++ b/docs/security/replacing-passwordless-root-with-dom0-prompt.md @@ -71,12 +71,4 @@ Do not rely on 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 - ``` + - For Whonix, if a prompts appear during boot, this is [unsupported](https://forums.whonix.org/t/passwordless-root-prompt-at-boot/16370) by Whonix because this feature is not yet supported by Qubes either.