toolbox/images/arch
Debarshi Ray 26b3314fa5 images/arch: Create the directory for configuring PKCS#11 modules
The /etc/pkcs11 directory and /etc/pkcs11/pkcs11.conf.example file are
created by the p11-kit package in Arch Linux, and the lib11-kit package
provides p11-kit-client.so.  However, the /etc/pkcs11/modules directory
that's necessary to configure p11-kit to use p11-kit-client.so is not
created by any package.

It's better to ensure that the /etc/pkcs11/modules directory exists in
the image, instead of having the Toolbx container's entry point create
it at runtime, because it can be a confirmation that p11-kit was built
to read the module configuration from this location.

This should have been part of commit 259de86c8f.

https://github.com/containers/toolbox/issues/626
2025-05-07 17:43:29 +02:00
..
Containerfile images/arch: Create the directory for configuring PKCS#11 modules 2025-05-07 17:43:29 +02:00
extra-packages images/arch: Avoid losing p11-kit-client.so by accident 2025-05-01 20:37:18 +02:00