Bug 2346248
| Summary: | systemd presets request - aesmd.service mpa_registration.service qgs.service | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Daniel Berrangé <berrange> |
| Component: | fedora-release | Assignee: | Stephen Gallagher <sgallagh> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | alciregi, fedoraproject, kevin, mboddu, pbrobinson, samyak.jn11, sgallagh, thrcka, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | fedora-release-43-0.4 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-02-18 13:29:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 2346158 | ||
|
Description
Daniel Berrangé
2025-02-18 12:31:23 UTC
Note, that all of these services are conditionalized on /dev/sgx_enclave existing $ grep Condition *service aesmd.service:ConditionPathExists=/dev/sgx_enclave mpa_registration.service:ConditionPathExists=/dev/sgx_enclave qgs.service:ConditionPathExists=/dev/sgx_enclave The kernel will auto-create /dev/sgx_enclave if-and-only-if the user has gone into the firmware and turned on the SGX feature, as it is usually not enabled by default. I speculatively created a PR: https://src.fedoraproject.org/rpms/fedora-release/pull-request/365 Assuming its accepted, this will also be required to be cherry-picked over to the Fedora 42 branch for https://fedoraproject.org/w/index.php?title=Changes/IntelSGX |