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 5C903138247 for ; Fri, 20 Dec 2013 13:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 408CBE0AD4; Fri, 20 Dec 2013 13:56:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ACF5E0AD4 for ; Fri, 20 Dec 2013 13:56:04 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C6A233F66F for ; Fri, 20 Dec 2013 13:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 19645E579F for ; Fri, 20 Dec 2013 13:56:02 +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: <1387547553.0b26865160ba673db1744027ddec5f625847661e.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-oval.xml xml/SCAP/gentoo-xccdf.xml X-VCS-Directories: xml/SCAP/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 0b26865160ba673db1744027ddec5f625847661e X-VCS-Branch: master Date: Fri, 20 Dec 2013 13:56:02 +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: a01d1f88-c9a6-4c0a-9c52-70dfa1334911 X-Archives-Hash: 4d964cd2fa02b47abec27d936518e74c commit: 0b26865160ba673db1744027ddec5f625847661e Author: Sven Vermeulen siphos be> AuthorDate: Fri Dec 20 13:52:33 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 20 13:52:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=0b268651 Add checks for webrsync-gpg FEATURES setting --- xml/SCAP/gentoo-oval.xml | 36 ++++++++++++++++++++++++++++++++++++ xml/SCAP/gentoo-xccdf.xml | 11 +++++++++++ 2 files changed, 47 insertions(+) diff --git a/xml/SCAP/gentoo-oval.xml b/xml/SCAP/gentoo-oval.xml index 8e64c26..73b5ec8 100644 --- a/xml/SCAP/gentoo-oval.xml +++ b/xml/SCAP/gentoo-oval.xml @@ -502,6 +502,21 @@ + + + In make.conf 'webrsync-gpg' is set in FEATURES + + Gentoo Linux + + + The FEATURES declaration in make.conf should have 'webrsync-gpg' set. + + + + + + + @@ -752,6 +767,15 @@ + + + + + + + @@ -851,6 +875,13 @@ 1 + + /etc/portage/make.conf + ^FEATURES=.* + 1 + + @@ -905,6 +936,11 @@ ( |")ssl( |") + + ( |")webrsync-gpg( |") + + Default server setup settings @@ -1328,6 +1330,15 @@ FEATURES="webrsync-gpg" PORTAGE_GPG_DIR="/etc/portage/gpg" SYNC="" + + FEATURES="webrsync-gpg" is set + + Edit /etc/portage/make.conf and make sure that 'webrsync-gpg' is in the FEATURES declaration. + + + + +