From e16dcf4727cf4a8deefb00d74be3b3be0bf7b890 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 5 Jun 2019 15:17:44 +0100 Subject: [PATCH] Fix garbled text in sudoers file There's a stray line in the sudoers file in the docs which isn't in the actual file in the distro. The problem was introduced by commit 658e02cc5090cfc8b7d94d18871a224d8541d3e8 which should have removed the text "incidentally by one of the Qubes developers (RW)". --- user/security-in-qubes/vm-sudo.md | 1 - 1 file changed, 1 deletion(-) diff --git a/user/security-in-qubes/vm-sudo.md b/user/security-in-qubes/vm-sudo.md index 2a7a4351..0d93b2ba 100644 --- a/user/security-in-qubes/vm-sudo.md +++ b/user/security-in-qubes/vm-sudo.md @@ -41,7 +41,6 @@ Background ([/etc/sudoers.d/qubes](https://github.com/QubesOS/qubes-core-agent-l # Because, really, if somebody could find and exploit a bug in the Xen # hypervisor -- as of 2016, there have been only three publicly disclosed # exploitable bugs in the Xen hypervisor from a VM -- then it would be - # incidentally by one of the Qubes developers (RW) -- then it would be # highly unlikely if that person couldn't also found a user-to-root # escalation in VM (which as we know from history of UNIX/Linux # happens all the time).