-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf68740
commit 07142e7
Showing
21 changed files
with
165 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# openssl fips test | ||
# | ||
# Copyright SUSE LLC | ||
# SPDX-License-Identifier: FSFAP | ||
# Summary: Stronger password to be used with CC/FIPS. | ||
# | ||
# Maintainer: QE Security <[email protected]> | ||
|
||
package security::config; | ||
|
||
use strict; | ||
use warnings; | ||
|
||
use base 'Exporter'; | ||
|
||
our @EXPORT = qw(strong_password); | ||
|
||
=head2 strong_password | ||
$security::config:strong_password; | ||
This will return a strong, FIPS compliant password to be used, for example, | ||
during installation when setting the Common Criteria password on SLES 15-SP6+. | ||
=cut | ||
|
||
our $strong_password = "not-so-s3cr3t_BUT_VERY_STRONG."; | ||
|
||
1; |
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
15 changes: 12 additions & 3 deletions
15
..._cc_libyui/x86_64/cc_qr_no_fde_15sp4.yaml → ...hdd_cc_libyui/aarch64/cc_maint_15sp3.yaml
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
27 changes: 27 additions & 0 deletions
27
schedule/security/create_hdd_cc_libyui/aarch64/cc_maint_15sp6.yaml
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,27 @@ | ||
--- | ||
name: create_hdd_common_criteria | ||
description: For 15-SP6+ maintenance installation for CC | ||
vars: | ||
PATTERNS: 'default,-enhanced_base' | ||
YUI_REST_API: 1 | ||
schedule: | ||
access_beta: [] | ||
add_on_product: | ||
- installation/add_on_product/add_maintenance_repos | ||
additional_products: [] | ||
system_role: | ||
- installation/system_role/select_common_criteria_role | ||
- installation/common_criteria_configuration/common_criteria_configuration | ||
software: | ||
- installation/select_patterns | ||
grub: [] | ||
first_login: | ||
- security/boot_disk | ||
system_preparation: | ||
- console/hostname | ||
- console/system_prepare | ||
- console/force_scheduled_tasks | ||
- security/cc/ensure_crypto_checks_enabled | ||
- shutdown/grub_set_bootargs | ||
- shutdown/cleanup_before_shutdown | ||
- shutdown/shutdown |
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
28 changes: 28 additions & 0 deletions
28
schedule/security/create_hdd_cc_libyui/s390x/cc_maint_fde.yaml
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,28 @@ | ||
--- | ||
name: create_hdd_common_criteria | ||
vars: | ||
PATTERNS: 'default,-enhanced_base' | ||
YUI_REST_API: 1 | ||
schedule: | ||
access_beta: [] | ||
extension_module_selection: | ||
- installation/module_registration/register_extensions_and_modules | ||
add_on_product: | ||
- installation/add_on_product/add_maintenance_repos | ||
system_role: | ||
- installation/system_role/select_common_criteria_role | ||
- installation/common_criteria_configuration/common_criteria_configuration | ||
software: | ||
- installation/select_patterns | ||
first_login: | ||
- installation/boot_encrypt | ||
- installation/first_boot | ||
system_preparation: | ||
- console/hostname | ||
- console/system_prepare | ||
- console/force_scheduled_tasks | ||
- security/cc/ensure_crypto_checks_enabled | ||
- shutdown/grub_set_bootargs | ||
- shutdown/cleanup_before_shutdown | ||
- shutdown/shutdown | ||
- shutdown/svirt_upload_assets |
25 changes: 25 additions & 0 deletions
25
schedule/security/create_hdd_cc_libyui/s390x/cc_maint_no_fde.yaml
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,25 @@ | ||
--- | ||
name: create_hdd_common_criteria | ||
vars: | ||
PATTERNS: 'default,-enhanced_base' | ||
YUI_REST_API: 1 | ||
schedule: | ||
access_beta: [] | ||
extension_module_selection: | ||
- installation/module_registration/register_extensions_and_modules | ||
add_on_product: | ||
- installation/add_on_product/add_maintenance_repos | ||
system_role: | ||
- installation/system_role/select_common_criteria_role | ||
- installation/common_criteria_configuration/common_criteria_configuration | ||
software: | ||
- installation/select_patterns | ||
system_preparation: | ||
- console/hostname | ||
- console/system_prepare | ||
- console/force_scheduled_tasks | ||
- security/cc/ensure_crypto_checks_enabled | ||
- shutdown/grub_set_bootargs | ||
- shutdown/cleanup_before_shutdown | ||
- shutdown/shutdown | ||
- shutdown/svirt_upload_assets |
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
File renamed without changes.
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
16 changes: 11 additions & 5 deletions
16
...cc_libyui/aarch64/cc_qr_no_fde_15sp4.yaml → ...create_hdd_cc_libyui/x86_64/cc_maint.yaml
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
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
Oops, something went wrong.