-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12738 from Mab879/clean_up_opensc_rules_rhel10
Clean Up Opensc Rules in RHEL 10
- Loading branch information
Showing
9 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
name: pcsc-lite | ||
packages: | ||
- pcsc-lite | ||
- pcsc-lite-ccid | ||
rules: | ||
- package_pcsc-lite_installed | ||
- package_pcsc-lite-ccid_installed | ||
- service_pcscd_enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...counts-physical/screen_locking/smart_card_login/package_pcsc-lite-ccid_installed/rule.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
documentation_complete: true | ||
|
||
title: 'Install the pcsc-lite-ccid package' | ||
|
||
description: |- | ||
{{{ describe_package_install(package="pcsc-lite-ccid") }}} | ||
rationale: |- | ||
The pcsc-lite-ccid package must be installed if it is to be available for | ||
multifactor authentication using smartcards. | ||
severity: medium | ||
|
||
identifiers: | ||
cce@rhel8: CCE-86243-3 | ||
cce@rhel9: CCE-86246-6 | ||
cce@rhel10: CCE-86250-8 | ||
|
||
references: | ||
disa: CCI-004046 | ||
ism: 1382,1384,1386 | ||
nist: CM-6(a) | ||
srg: SRG-OS-000375-GPOS-00160 | ||
|
||
ocil_clause: 'the package is not installed' | ||
|
||
ocil: '{{{ ocil_package(package="pcsc-lite-ccid") }}}' | ||
|
||
template: | ||
name: package_installed | ||
vars: | ||
pkgname: pcsc-lite-ccid | ||
|
||
fixtext: |- | ||
{{{ fixtext_package_installed(package="pcsc-lite-ccid") | indent(4) }}} | ||
srg_requirement: '{{{ srg_requirement_package_installed("pcsc-lite-ccid") }}}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters