Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Red Hat Enterprise Linux 7,Red Hat Enterprise Linux 8,multi_platform_fedora,multi_platform_rhv,Oracle Linux 7
# platform = Red Hat Enterprise Linux 7,multi_platform_fedora,multi_platform_rhv,Oracle Linux 7
# reboot = false
# strategy = configure
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Red Hat Enterprise Linux 7,Red Hat Enterprise Linux 8,multi_platform_fedora,multi_platform_rhv,Oracle Linux 7
# platform = Red Hat Enterprise Linux 7,multi_platform_fedora,multi_platform_rhv,Oracle Linux 7
# reboot = false
# strategy = configure
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
<def-group>
<definition class="compliance" id="configure_opensc_nss_db" version="1">
<metadata>
<title>Verify that Interactive Boot is Disabled</title>
<title>Check that NSS DB is set to use opensc</title>
<affected family="unix">
<platform>Red Hat Enterprise Linux 7</platform>
<platform>Red Hat Enterprise Linux 8</platform>
<platform>multi_platform_fedora</platform>
<platform>multi_platform_rhv</platform>
<platform>Oracle Linux 7</platform>
</affected>
<description>The ability for users to perform interactive startups should
be disabled.</description>
<description>The NSS DB should be set to use opensc library.</description>
</metadata>
<criteria>
<criterion test_ref="test_configure_opensc_nss_db"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
documentation_complete: true

prodtype: rhel7,rhel8,fedora,rhv4,ol7
prodtype: rhel7,fedora,rhv4,ol7

title: 'Configure NSS DB To Use opensc'

Expand All @@ -20,7 +20,6 @@ severity: medium

identifiers:
cce@rhel7: 80567-1
cce@rhel8: 80767-7

references:
disa: 765,766,767,768,771,772,884
Expand Down
1 change: 0 additions & 1 deletion rhel8/profiles/pci-dss.profile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ selections:
- security_patches_up_to_date
- package_opensc_installed
- var_smartcard_drivers=cac
- configure_opensc_nss_db
- configure_opensc_card_drivers
- force_opensc_card_drivers
- package_pcsc-lite_installed
Expand Down