-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sssd service enabled test scenarios #12862
Merged
Mab879
merged 2 commits into
ComplianceAsCode:master
from
ggbecker:fix-sssd-service-enabled
Jan 21, 2025
Merged
Fix sssd service enabled test scenarios #12862
Mab879
merged 2 commits into
ComplianceAsCode:master
from
ggbecker:fix-sssd-service-enabled
Jan 21, 2025
Conversation
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
ggbecker
added
bugfix
Fixes to reported bugs.
RHEL10
Red Hat Enterprise Linux 10 product related.
labels
Jan 20, 2025
openshift-ci
bot
added
the
do-not-merge/work-in-progress
Used by openshift-ci bot.
label
Jan 20, 2025
The 'files' directive is now deprecated and there the 'proxy' directive that can be used as a replacement. Preserve the old test scenario so it should still work on older RHEL versions for example. RHEL9 should work with the new style but kept the same for integrity.
ggbecker
force-pushed
the
fix-sssd-service-enabled
branch
from
January 20, 2025 15:54
c9ed83c
to
90c5316
Compare
This datastream diff is auto generated by the check Click here to see the full diffNew content has different text for rule 'xccdf_org.ssgproject.content_rule_service_sssd_enabled'.
--- xccdf_org.ssgproject.content_rule_service_sssd_enabled
+++ xccdf_org.ssgproject.content_rule_service_sssd_enabled
@@ -9,7 +9,7 @@
$ sudo systemctl enable sssd.service
[warning]:
-The service requires a valid sssd configuration. If the configuration is not present, the service will fail to start and consequently this rule will will be reported as failing. The configuration shipped in your distribution package might not be sufficient. Manual modification of configuration files might be required.
+The service requires a valid sssd configuration. If the configuration is not present, the service will fail to start and consequently this rule will be reported as failing. The configuration shipped in your distribution package might not be sufficient. Manual modification of configuration files might be required.
[reference]:
1 |
openshift-ci
bot
removed
the
do-not-merge/work-in-progress
Used by openshift-ci bot.
label
Jan 20, 2025
RHEL10
|
RHEL9:
|
Code Climate has analyzed commit 90c5316 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 61.9% (0.0% change). View more on Code Climate. |
Mab879
approved these changes
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
that can be used as a replacement. Preserve the old test scenario so it should still work on older RHEL
versions for example. RHEL9 should work with the new style but kept the
same for integrity.