-
Notifications
You must be signed in to change notification settings - Fork 172
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
Update systemd generators #1979
Merged
Merged
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
zpytela
force-pushed
the
sd-generators-2
branch
4 times, most recently
from
December 21, 2023 15:12
260f7e2
to
21cba0d
Compare
zpytela
force-pushed
the
sd-generators-2
branch
10 times, most recently
from
January 17, 2024 12:33
56ccae5
to
3d2f3d3
Compare
Cockpit tests failed for commit 3d2f3d3. @martinpitt, @jelly, @mvollmer please check. |
@zpytela Please ignore or retry the cockpit failure. That got fixed yesterday in cockpit-project/cockpit#19853 Thanks! |
zpytela
force-pushed
the
sd-generators-2
branch
7 times, most recently
from
May 23, 2024 10:46
9b86fe4
to
5eca418
Compare
zpytela
force-pushed
the
sd-generators-2
branch
5 times, most recently
from
May 23, 2024 21:38
196b059
to
4f70bf0
Compare
zpytela
force-pushed
the
sd-generators-2
branch
6 times, most recently
from
May 24, 2024 17:26
f6c6faa
to
dca4abf
Compare
Update the systemd_generator template. Update the existing generators policy for the updated template together with a general clean-up.
The following systemd system generators were confined: - bless-boot - cryptsetup - debug - getty - zram
A small new unit generator "systemd-ssh-generator" has been added to systemd in v256. It checks if the sshd binary is installed. If so, it binds it via per-connection socket activation to various sockets depending on the execution context. https://github.com/systemd/systemd/releases/tag/v256-rc1
A new unit tpm2.target has been added to systemd in v256 to provide a synchronization point for units which expect the TPM hardware to be available. A new generator "systemd-tpm2-generator" has been added that will insert this target whenever it detects that the firmware has initialized a TPM, but Linux hasn't loaded a driver for it yet. https://github.com/systemd/systemd/releases/tag/v256-rc1
All systemd system generators which do not have a particular type assigned will now be executed in the systemd_generic_generator_t domain instead of init_t.
jbtrystram
added a commit
to jbtrystram/fedora-coreos-config
that referenced
this pull request
Jun 3, 2024
This reverts commit 06a9dfb. Revert "overrides: pin systemd-255.5-1.fc41" This reverts commit 6f6aa39. The SELinux policies have been updated in fedora-selinux/selinux-policy#1979
jbtrystram
added a commit
to jbtrystram/fedora-coreos-config
that referenced
this pull request
Jun 3, 2024
This reverts commit 06a9dfb. Revert "overrides: pin systemd-255.5-1.fc41" This reverts commit 6f6aa39. The SELinux policies have been updated in fedora-selinux/selinux-policy#1979
jbtrystram
added a commit
to jbtrystram/fedora-coreos-config
that referenced
this pull request
Jul 6, 2024
This reverts commit 06a9dfb. Revert "overrides: pin systemd-255.5-1.fc41" This reverts commit 6f6aa39. The SELinux policies have been updated in fedora-selinux/selinux-policy#1979
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.
No description provided.