simp / inspec-profile-disa_stig-el7

InSpec Profile for the EL7 DISA STIG
Apache License 2.0
22 stars 46 forks source link

Various updates #66

Closed Bialogs closed 5 years ago

Bialogs commented 5 years ago

This pull request closes #48 and fixes the TODO in controls/V-72039.rb#56. Beyond that:

Bialogs commented 5 years ago

That sounds better; I will switch over to that.

trevor-vaughan commented 5 years ago

@Bialogs Could you check the Travis failures as well? I think this may be a new inspec thing popping up.

Bialogs commented 5 years ago

As it turns out the InSpec virtualization resource does not detect VMWare which is why /dev/vmci exists anyway so there's not really a point to using the InSpec virtualization resource.

source: https://github.com/inspec/inspec/blob/master/lib/resources/virtualization.rb

Bialogs commented 5 years ago

Was something changed in SIMP recently that updated the SELinux context on /dev/vmci from vmci_device_t to device_t?

Bialogs commented 5 years ago

Force push to get travis to rebuild after timeout...

trevor-vaughan commented 5 years ago

Was something changed in SIMP recently that updated the SELinux context on /dev/vmci from vmci_device_t to device_t?

Nope, that's not a SIMP thing. It may be a vendor thing though.