From shawn at redhat.com Thu Aug 20 11:31:06 2015 Content-Type: multipart/mixed; boundary="===============2649807049057804651==" MIME-Version: 1.0 From: Shawn Wells To: scap-security-guide at lists.fedorahosted.org Subject: Re: [PATCH] added support for Groups that exist only for some outputs * this is intended to allow documentation of SRG satisfaction, for that table (but not final XCCDF output) Date: Mon, 07 May 2012 10:04:24 -0400 Message-ID: <4FA7D668.1040704@redhat.com> In-Reply-To: 1336329185-12253-2-git-send-email-blank@eclipse.ncsc.mil --===============2649807049057804651== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 5/6/12 2:33 PM, Jeffrey Blank wrote: > Signed-off-by: Jeffrey Blank > --- > rhel6/src/Makefile | 2 +- > rhel6/src/input/auxiliary/srg_support.xml | 37 ++++++++++++++++++++++= +++++++ > rhel6/src/input/guide.xslt | 2 + > rhel6/src/transforms/xccdf-removeaux.xslt | 22 +++++++++++++++++ > 4 files changed, 62 insertions(+), 1 deletions(-) > create mode 100644 rhel6/src/input/auxiliary/srg_support.xml > create mode 100644 rhel6/src/transforms/xccdf-removeaux.xslt > > diff --git a/rhel6/src/Makefile b/rhel6/src/Makefile > index 9d75999..0afe594 100644 > --- a/rhel6/src/Makefile > +++ b/rhel6/src/Makefile > @@ -112,7 +112,7 @@ eval-ftp: > eval-common: > oscap xccdf eval --profile common --results /tmp/results-test.xml $(OU= T)/rhel6-xccdf-scap-security-guide.xml > > -dist: content guide tables > +dist: tables guide content > $(call MKDIR,$(DIST)/guide) > $(call MKDIR,$(DIST)/content) > $(call MKDIR,$(DIST)/policytables) > diff --git a/rhel6/src/input/auxiliary/srg_support.xml b/rhel6/src/input/= auxiliary/srg_support.xml > new file mode 100644 > index 0000000..de24ea5 > --- /dev/null > +++ b/rhel6/src/input/auxiliary/srg_support.xml > @@ -0,0 +1,37 @@ > + > diff --git a/rhel6/src/input/guide.xslt b/rhel6/src/input/guide.xslt > index bdba280..ee40446 100644 > --- a/rhel6/src/input/guide.xslt > +++ b/rhel6/src/input/guide.xslt > @@ -7,6 +7,8 @@ > > > > + > + > > > > diff --git a/rhel6/src/transforms/xccdf-removeaux.xslt b/rhel6/src/transf= orms/xccdf-removeaux.xslt > new file mode 100644 > index 0000000..788969e > --- /dev/null > +++ b/rhel6/src/transforms/xccdf-removeaux.xslt > @@ -0,0 +1,22 @@ > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + Ack, but FYI: [shawn(a)rhel6 scap-security-guide]$ git apply /tmp/scappatches/jeffaux.pat= ch /tmp/scappatches/jeffaux.patch:42: trailing whitespace.