From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 676A8138B39 for ; Sat, 1 Feb 2014 14:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1E9E0966; Sat, 1 Feb 2014 14:24:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F316E0966 for ; Sat, 1 Feb 2014 14:24:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7905133F86D for ; Sat, 1 Feb 2014 14:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 370C91800B for ; Sat, 1 Feb 2014 14:24:19 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1387551113.378d7c06df134396bfb673430f5c8b85259511c0.swift@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/SCAP/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/SCAP/gentoo-xccdf.xml X-VCS-Directories: xml/SCAP/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 378d7c06df134396bfb673430f5c8b85259511c0 X-VCS-Branch: master Date: Sat, 1 Feb 2014 14:24:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d06f3ae2-4aa4-472d-b49c-f1b8b202aa56 X-Archives-Hash: 7376393e2521a12cd7a93ab0549b3a60 commit: 378d7c06df134396bfb673430f5c8b85259511c0 Author: Sven Vermeulen siphos be> AuthorDate: Fri Dec 20 14:51:53 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 20 14:51:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=378d7c06 Add block for GRUB2 password protection (still TODO) --- xml/SCAP/gentoo-xccdf.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xml/SCAP/gentoo-xccdf.xml b/xml/SCAP/gentoo-xccdf.xml index d38c83f..25621c0 100644 --- a/xml/SCAP/gentoo-xccdf.xml +++ b/xml/SCAP/gentoo-xccdf.xml @@ -1388,6 +1388,20 @@ PORTAGE_GPG_DIR="/etc/portage/gpg" be (ab)used to work around security mechanisms. + + Password protect GRUB 2 + + + It is recommended to password-protect the GRUB configuration so that the + boot options cannot be modified during a boot without providing the valid + password. + + + TODO looks like this has become a lot more difficult to obtain + + GRUB2 Passwords (Ubuntu wiki) + + Password protect GRUB (legacy)