-
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 53b950e
Showing
14 changed files
with
161 additions
and
20 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,20 @@ | ||
# 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); | ||
|
||
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
27 changes: 27 additions & 0 deletions
27
schedule/security/create_hdd_cc_libyui/aarch64/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: create_hdd_common_criteria | ||
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 | ||
security: [] | ||
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
29 changes: 29 additions & 0 deletions
29
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,29 @@ | ||
--- | ||
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 | ||
security: [] | ||
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 |
26 changes: 26 additions & 0 deletions
26
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,26 @@ | ||
--- | ||
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 | ||
security: [] | ||
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 |
28 changes: 28 additions & 0 deletions
28
schedule/security/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
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: [] | ||
add_on_product: | ||
- installation/add_on_product/add_maintenance_repos | ||
additional_products: [] | ||
product_selection: | ||
- installation/product_selection/install_SLES | ||
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
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