kiwi-el8/kiwi
Marcus Schäfer 0b1e806cf2 Fixed missing selinux context setup for live ISOs
When building live ISO images the selinux context was not created
for eventually new created files during the live ISO creation
process. This Fixes OSInside/kiwi-boxed-plugin#99
2026-03-12 22:33:57 +01:00
..
archive Fixed oem recovery tar parameter order 2020-07-03 10:33:05 +02:00
boot Add type hints to the Compress module 2023-08-01 08:19:21 +02:00
bootloader Run grub mkconfig with os-prober disabled 2026-03-12 22:33:50 +01:00
builder Fixed missing selinux context setup for live ISOs 2026-03-12 22:33:57 +01:00
config Change package manager dnf to dnf4 2023-06-12 17:44:06 +02:00
container Fixed linter errors 2023-08-01 09:25:59 +02:00
filesystem Umount device before cloning 2022-07-08 13:10:42 +02:00
iso_tools Fixed typo in error message 2023-12-14 10:59:22 +01:00
markup Support TOML markup 2023-09-13 12:07:24 +02:00
oci_tools Import modules in OCI.new() explicitly 2023-07-24 18:03:36 +02:00
package_manager Fix type hints for the Pacman package manager 2023-08-01 08:19:22 +02:00
partitioner Fixed custom disk start sector setup 2022-07-07 12:21:08 +02:00
repository Fix repository setup for microdnf 2023-06-16 18:27:07 +02:00
schema Fixed grub terminal setup 2024-01-08 18:02:27 +01:00
solver Support URIs with credentials in solver plugin 2022-08-09 15:43:44 +02:00
storage Fixed writing correct keyfile path to etc/crypttab 2023-07-25 17:06:02 +02:00
system Fixed grub terminal setup 2024-01-08 18:02:27 +01:00
tasks Make sure selinux policy is effectively applied 2023-12-17 15:48:08 +01:00
utils Make verity metadata always readonly 2023-08-22 09:41:58 +02:00
volume_manager Add missing raw string identifier infront of regexes 2023-12-28 13:40:34 +01:00
xsl Change package manager dnf to dnf4 2023-06-12 17:44:06 +02:00
__init__.py Refactor use of logging facility 2019-10-23 17:54:27 +02:00
api_helper.py Added decorators to help with API management 2021-01-31 16:06:35 +01:00
app.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
cli.py Fix unit tests to run in parallel 2022-12-14 16:58:43 +01:00
command_process.py Fixed no-self-use issue from codacy report 2020-12-17 10:37:24 +01:00
command.py Do not return default stdout if it is no raising on failure 2021-05-20 16:29:52 +02:00
defaults.py Set kpartx as default mapper tool for s390 2023-12-14 08:54:58 +01:00
exceptions.py Added support for --logsocket 2022-10-29 20:36:08 +02:00
firmware.py Allow firmware="custom" setting 2022-01-02 20:00:00 +01:00
help.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
kiwi_compat.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
kiwi.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
logger_color_formatter.py Don't call super() from logging.Formatter 2021-01-20 17:09:26 +01:00
logger_filter.py Added strong typing for the following API methods 2020-12-17 10:37:22 +01:00
logger_socket.py Added support for --logsocket 2022-10-29 20:36:08 +02:00
logger.py Consolidate and cleanup logging 2022-11-02 22:25:32 +01:00
mount_manager.py Add parent attribute to volume setup 2023-07-26 09:21:09 +02:00
path.py Fixed linter errors 2023-08-01 09:25:59 +02:00
privileges.py Stop inheriting from object 2019-08-22 15:43:27 +02:00
runtime_checker.py Add check_efi_fat_image_has_correct_size 2023-11-08 09:22:16 +01:00
runtime_config.py Allow to select partition mapper tool 2022-12-01 16:17:16 +01:00
version.py Bump version: 9.25.21 → 9.25.22 2024-01-09 15:19:30 +01:00
xml_description.py Load isoschematron module on demand 2023-07-10 11:22:09 +02:00
xml_parse.py Fixed grub terminal setup 2024-01-08 18:02:27 +01:00
xml_state.py Fixed grub terminal setup 2024-01-08 18:02:27 +01:00