diff options
| author | 2025-05-28 15:17:11 +0200 | |
|---|---|---|
| committer | 2025-05-28 15:31:43 +0200 | |
| commit | 2abcb7b777664bc8cb9e5ab750b953001cb4f3dd (patch) | |
| tree | d2ca433b6659f445d4b22e7e812b3416154fc79e /teams/cloud | |
| parent | e6ef81877eb968eb895210d3ea6e059bd7039f1e (diff) | |
| download | kiwi-descriptions-2abcb7b777664bc8cb9e5ab750b953001cb4f3dd.tar.gz kiwi-descriptions-2abcb7b777664bc8cb9e5ab750b953001cb4f3dd.zip | |
teams/cloud/container: Add p11-kit-client to Toolbx
This will be used by toolbox(1) to ensure that the certificates from
certificate authorities (or CAs) that are available inside a Toolbx
container are kept synchronized with the host operating system [1]. Any
program that uses PKCS #11 to access CA certificates should see the same
ones both inside the container and on the host.
This is the same approach taken by Flatpak [2].
[1] https://github.com/containers/toolbox/issues/626
[2] Flatpak commit 66b2ff40f7caf3a7
https://github.com/flatpak/flatpak/commit/66b2ff40f7caf3a7
https://github.com/flatpak/flatpak/pull/1757
https://github.com/p11-glue/p11-kit/issues/68
https://pagure.io/fedora-kiwi-descriptions/pull-request/189
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 6902cc3..812a559 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -256,6 +256,7 @@ <package name="nss-mdns"/> <package name="openssh-clients"/> <package name="openssl"/> + <package name="p11-kit-client"/> <package name="pam"/> <package name="pigz"/> <package name="policycoreutils"/> |