From 0b26865160ba673db1744027ddec5f625847661e Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Fri, 20 Dec 2013 14:52:33 +0100 Subject: 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. + + + + + -- cgit v1.2.3-65-gdbad