<div dir="ltr">Thanks for you notes, Steve. <div><br></div><div>Here is the use case driving my question for OpenSCAP on OS X.  I&#39;m not really trying to lock down the entire Mac, it&#39;s more that I am trying to just recognize the developer is on a Mac.  Suggestions appreciated!</div>
<div><br></div><div><b>Use case background: </b></div><div>I&#39;m working on GovReady, a toolkit to make security assessments for FISMA purposes easier. My target audience or IT shops understaffed in security and always have a backlog. The idea is to create leverage openSCAP and SSG to create a more automated and user-friendly process to gain shared awareness of the certification-worthiness of a system.</div>
<div><br></div><div><b>Use case:</b></div><div>Bob is a FISMA-naive needs to be more aware of the security of the app/system they are building. Janice is a IT administrator who needs to check how secure an open source Bob&#39;s app is but doesn&#39;t have a lot of time. Bob and Janice go to GovReady.org and download the toolkit, installing it in the app in question. Kind of like adding jQuery. They just download GovReady and unzip it into a directory. Next they type a simple line command, `govready install` and everything gets installed. Then they type `govready assess` (or `govready scan`) and some  canned-tests (e.g. profiles) are run and beautiful reports generated. GovReady provides a kind of beginner wrapper around the underlying tools.</div>
<div><br></div><div>If Bob and Janice are CentOS/RHEL (or using a Vagrant VM running Linux), this is pretty easy. But many FISMA-naive developers in DC these days are on OS X or even Windows.  So I&#39;m trying to understand how I can create a simple install process that works cross-platform. The cross-platform install at BEST would install the appropriate open source scanning tool for the platform. If that is too hard right now, then at least the install process should fail gracefully and encourage the individual to use virtual machines.</div>
<div><br></div><div>Greg Elin</div><div>personal cell: 917-304-3488</div><div>personal email: <a href="mailto:greg@fotonotes.net">greg@fotonotes.net</a></div><div>email: <a href="mailto:gregelin@gitmachines.com">gregelin@gitmachines.com</a></div>
<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 22, 2014 at 11:25 AM, Steve Grubb <span dir="ltr">&lt;<a href="mailto:sgrubb@redhat.com" target="_blank">sgrubb@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<div class=""><br>
On Wed, 21 May 2014 18:07:27 -0400<br>
Greg Elin &lt;<a href="mailto:gregelin@gitmachines.com">gregelin@gitmachines.com</a>&gt; wrote:<br>
&gt; Has anyone tried to install openSCAP on OS-X?<br>
<br>
</div>Openscap is portable to other platforms in that the gnu autotools is<br>
the foundation of the build system. The libraries it uses are portable.<br>
There is support for everything required of SCAP 1.2 except OCIL.<br>
<br>
That said, there are some deficiencies. Openscap is designed to be<br>
modular. To add a new test, you write an OVAL probe which is really<br>
simple. You fill in a structure and exit. Each probe is essentially a<br>
process spun-up on demand as the content is evaluated.<br>
<br>
What is needed is someone that cares about a platform to contribute<br>
probes. The openscap developers have done the bulk of the work. It<br>
should be a couple hours/days of someone&#39;s time if they wanted to help<br>
the SCAP community by sending some code for porting to other platforms.<br>
We would welcome code enabling Windows, Android, OSX, or any other<br>
platform.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Steve<br>
</font></span></blockquote></div><br></div>