From f392a3adbf6aec3875e288ec42467c18d0b8d5da Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Fri, 17 Feb 2023 07:34:46 -0500 Subject: [PATCH] Update replacing-passwordless-root-with-dom0-prompt.md --- .../replacing-passwordless-root-with-dom0-prompt.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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.