ENT-14018: Added missing RHEL9 SELinux rules#6098
Open
aleksandrychev wants to merge 1 commit intocfengine:masterfrom
Open
ENT-14018: Added missing RHEL9 SELinux rules#6098aleksandrychev wants to merge 1 commit intocfengine:masterfrom
aleksandrychev wants to merge 1 commit intocfengine:masterfrom
Conversation
Contributor
Author
|
@cf-bottom jenkins please |
|
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/13619/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-13619/ |
Contributor
Author
|
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/13621/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-13621/ |
Contributor
Author
|
@craigcomstock with this change after few agents runs I see: and I received scheduled email |
craigcomstock
requested changes
Apr 29, 2026
Contributor
craigcomstock
left a comment
There was a problem hiding this comment.
a little refactor is needed I think.
Moved the common rules from the RHEL 10 policy into cfengine-enterprise.te.all so they apply to all platforms. Added: - cfengine_reactor_t cfsmtp_port_t:tcp_socket name_connect, to be able to send scheduled emails - cfengine_hub_t autofs_t:dir getattr (cf-hub calls stat() on /efi automount during inventory) Ticket: ENT-14018 Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
62d21f9 to
b733ce3
Compare
craigcomstock
approved these changes
Apr 29, 2026
This file contains hidden or 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
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.
Moved the common rules from the RHEL 10 policy into cfengine-enterprise.te.all so they apply to all platforms.
Added:
Ticket: ENT-14018