Skip to content

Created control file for SLES 15 DISA STIG profile#14796

Open
rumch-se wants to merge 4 commits into
ComplianceAsCode:masterfrom
rumch-se:STIG_SLE15_Control
Open

Created control file for SLES 15 DISA STIG profile#14796
rumch-se wants to merge 4 commits into
ComplianceAsCode:masterfrom
rumch-se:STIG_SLE15_Control

Conversation

@rumch-se

Copy link
Copy Markdown
Contributor

Description:

  • Creates control file for SUSE Linux enterprise server 15 based on its DISA stig profile

Rationale:

  • _To replace the old approach with the new one _

@rumch-se rumch-se requested a review from a team as a code owner June 12, 2026 09:27
@openshift-ci openshift-ci Bot added the needs-ok-to-test Used by openshift-ci bot. label Jun 12, 2026
@openshift-ci

openshift-ci Bot commented Jun 12, 2026

Copy link
Copy Markdown

Hi @rumch-se. Thanks for your PR.

I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Tip

We noticed you've done this a few times! Consider joining the org to skip this step and gain /lgtm and other bot rights. We recommend asking approvers on your previous PRs to sponsor you.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@jan-cerny jan-cerny added this to the 0.1.82 milestone Jun 15, 2026
@jan-cerny jan-cerny added the SLES SUSE Linux Enterprise Server product related. label Jun 15, 2026
@svet-se svet-se self-assigned this Jun 15, 2026
@svet-se

svet-se commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Please check the Yaml Lint errors.

@svet-se svet-se left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just check the lint errors - "too many blank lines"

@github-actions

Copy link
Copy Markdown

This datastream diff is auto generated by the check Compare DS/Generate Diff

Click here to see the full diff
New content has different text for rule 'xccdf_org.ssgproject.content_rule_dir_system_commands_group_root_owned'.
--- xccdf_org.ssgproject.content_rule_dir_system_commands_group_root_owned
+++ xccdf_org.ssgproject.content_rule_dir_system_commands_group_root_owned
@@ -5,15 +5,15 @@
 [description]:
 System commands are stored in the following directories:
 by default:
-/bin 
-/sbin 
-/usr/bin 
-/usr/sbin 
-/usr/local/bin 
+/bin
+/sbin
+/usr/bin
+/usr/sbin
+/usr/local/bin
 /usr/local/sbin
 
-All these directories should have root user as a group owner. 
-If any system command directory is not group owned by a user other than root 
+All these directories should have root user as a group owner.
+If any system command directory is not group owned by a user other than root
 correct its ownership with the following command:
 $ sudo chgrp root DIR
 
@@ -30,16 +30,16 @@
 R50
 
 [rationale]:
-If the operating system were to allow any user to make changes to 
-software libraries, then those changes might be implemented without 
-undergoing the appropriate testing and approvals that are part of a 
+If the operating system were to allow any user to make changes to
+software libraries, then those changes might be implemented without
+undergoing the appropriate testing and approvals that are part of a
 robust change management process.
 
 This requirement applies to operating systems with software libraries
-that are accessible and configurable, as in the case of interpreted languages. 
-Software libraries also include privileged programs which execute with escalated 
-privileges. Only qualified and authorized individuals must be allowed to obtain 
-access to information system components for purposes of initiating changes, 
+that are accessible and configurable, as in the case of interpreted languages.
+Software libraries also include privileged programs which execute with escalated
+privileges. Only qualified and authorized individuals must be allowed to obtain
+access to information system components for purposes of initiating changes,
 including upgrades and modifications.
 
 [ident]:

OCIL for rule 'xccdf_org.ssgproject.content_rule_dir_system_commands_group_root_owned' differs.
--- ocil:ssg-dir_system_commands_group_root_owned_ocil:questionnaire:1
+++ ocil:ssg-dir_system_commands_group_root_owned_ocil:questionnaire:1
@@ -1,9 +1,9 @@
 System commands are stored in the following directories:
-/bin 
-/sbin 
-/usr/bin 
-/usr/sbin 
-/usr/local/bin 
+/bin
+/sbin
+/usr/bin
+/usr/sbin
+/usr/local/bin
 /usr/local/sbin
 For each of these directories, run the following command to find directories not
 owned by root:

New content has different text for rule 'xccdf_org.ssgproject.content_rule_dir_system_commands_root_owned'.
--- xccdf_org.ssgproject.content_rule_dir_system_commands_root_owned
+++ xccdf_org.ssgproject.content_rule_dir_system_commands_root_owned
@@ -4,15 +4,15 @@
 
 [description]:
 System commands are stored in the following directories by default:
-/bin 
-/sbin 
-/usr/bin 
-/usr/sbin 
-/usr/local/bin 
+/bin
+/sbin
+/usr/bin
+/usr/sbin
+/usr/local/bin
 /usr/local/sbin
 
-All these directories should be owned by the root user. 
-If any system command directory is not owned by a user other than root 
+All these directories should be owned by the root user.
+If any system command directory is not owned by a user other than root
 correct its ownership with the following command:
 $ sudo chown root DIR
 
@@ -29,16 +29,16 @@
 R50
 
 [rationale]:
-If the operating system were to allow any user to make changes to 
-software libraries, then those changes might be implemented without 
-undergoing the appropriate testing and approvals that are part of a 
+If the operating system were to allow any user to make changes to
+software libraries, then those changes might be implemented without
+undergoing the appropriate testing and approvals that are part of a
 robust change management process.
 
 This requirement applies to operating systems with software libraries
-that are accessible and configurable, as in the case of interpreted languages. 
-Software libraries also include privileged programs which execute with escalated 
-privileges. Only qualified and authorized individuals must be allowed to obtain 
-access to information system components for purposes of initiating changes, 
+that are accessible and configurable, as in the case of interpreted languages.
+Software libraries also include privileged programs which execute with escalated
+privileges. Only qualified and authorized individuals must be allowed to obtain
+access to information system components for purposes of initiating changes,
 including upgrades and modifications.
 
 [ident]:

OCIL for rule 'xccdf_org.ssgproject.content_rule_dir_system_commands_root_owned' differs.
--- ocil:ssg-dir_system_commands_root_owned_ocil:questionnaire:1
+++ ocil:ssg-dir_system_commands_root_owned_ocil:questionnaire:1
@@ -1,9 +1,9 @@
 System commands are stored in the following directories:
-/bin 
-/sbin 
-/usr/bin 
-/usr/sbin 
-/usr/local/bin 
+/bin
+/sbin
+/usr/bin
+/usr/sbin
+/usr/local/bin
 /usr/local/sbin
 For each of these directories, run the following command to find directories not
 owned by root:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Used by openshift-ci bot. SLES SUSE Linux Enterprise Server product related.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants