[Open-scap] running a 64 bit machine but remediation creates 32 bit rules

2017-04-03 Thread Josh Moore
Hi I am using oscap on centos 7.1 to run a PCI profile check.  The system is 64 bit (see arch and uname -a).  However, when I run the remediation I get some 32 bit runs (see /etc/audit/rules.d/audit_time_rules.rules).  Can anybody explain why this would be? Or is it a bug? COMMAND oscap xccdf

Re: [Open-scap] tailoring file not working

2017-04-03 Thread Josh Moore
That worked thanks! Thanks, Josh Moore Chief Architect TarokoSoftware On Mar 29, 2017, 2:53 PM -0400, Mohanraj, Bharath , wrote: > Can you try replacing, > > --profile xccdf_org.ssgproject.content_profile_pci-dss > > With > > --profile xccdf_org.ssgproject.content_profile_pci-dss_with_ot > > Fr

Re: [Open-scap] running a 64 bit machine but remediation creates 32 bit rules

2017-04-03 Thread Martin Preisler
That sounds like a bug. We use "getconf LONG_BIT" to detect the arch. What does it return on your machine? Could you try with latest upstream - 0.1.32? Maybe this was fixed upstream already. On Thu, Mar 30, 2017 at 11:20 AM, Josh Moore wrote: > Hi I am using oscap on centos 7.1 to run a PCI pro

Re: [Open-scap] running a 64 bit machine but remediation creates 32 bit rules

2017-04-03 Thread Jan Lieskovsky
Hello Josh, > > Hi I am using oscap on centos 7.1 to run a PCI profile check.  The system is > 64 bit (see arch and uname -a).  However, when I run the remediation I get > some 32 bit runs (see /etc/audit/rules.d/audit_time_rules.rules).  Can > anybody explain why this would be? Or is it a bug?