From 8cd05ef8374a3f9bf8d633d2880706955e5da991 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 28 Nov 2016 02:35:21 -0800 Subject: [PATCH] Fix code block formatting https://github.com/QubesOS/qubes-doc/pull/228#issuecomment-263232368 --- security/vm-sudo.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/security/vm-sudo.md b/security/vm-sudo.md index e5fb2fba..ef76085a 100644 --- a/security/vm-sudo.md +++ b/security/vm-sudo.md @@ -143,13 +143,11 @@ this for extra security.** - 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 ------------------------------