kiwi-el8/test/unit/builder
Marcus Schäfer cce59eea28
Add support for encryped live images
So far setting the luks= attribute on a live image build had
no impact to the generated ISO image. This commit adds the
encryption capability also for live ISO images. The read-only
part of the rootfs gets encrypted using the provided luks
passphrase. An eventual persistent storage area gets encrypted
at boot time if the rd.live.encrypt kernel cmdline parameters
is passed. encryption/decryption requires to interactively
set/provide passhphrase information at boot time. Please note
due to the read-only restrictions of an ISO image there is no
way to apply the standard re-encryption process as it is
usually performed by kiwi encrypted systems. As such the
specified luks passphrase in the kiwi image descriptions
becomes sensitive information that needs to be protected
2025-11-19 11:20:22 +01:00
..
template Add container_import template test 2025-06-25 16:03:09 +02:00
__init__.py Re-structure unit tests folders 2019-10-21 14:00:05 +02:00
archive_test.py Do not exclude the .profile env file by default 2024-07-30 18:16:54 +02:00
container_test.py Drop insecure and unsupported md5 digest 2024-12-19 11:26:07 +01:00
disk_test.py Add support for s390 UV-attestation 2025-11-10 16:29:14 +01:00
enclave_test.py Add new builder for enclaves 2024-09-07 22:23:59 +02:00
filesystem_test.py Add missing erofscompression validation 2024-09-17 15:07:49 +02:00
init_test.py Add new builder for enclaves 2024-09-07 22:23:59 +02:00
install_test.py Skip kiwi-repart module in install ISOs 2025-08-05 16:03:17 +02:00
kis_test.py Drop insecure and unsupported md5 digest 2024-12-19 11:26:07 +01:00
live_test.py Add support for encryped live images 2025-11-19 11:20:22 +01:00