kiwi-el8/kiwi/tasks
Marcus Schäfer 2a22901ddd
Make sure selinux policy is effectively applied
setup_selinux_file_contexts is now called after the config.sh
script. This makes sure that eventual policy related changes
done in the optional config.sh are covered by a late setfiles
call. In addition setup_selinux_file_contexts is called again
at the end of any chroot based script hook. So we assume that
any optional script target can change the system in a way that
a new setfiles call might be required. It can happen that
setfiles is called more often than required but as we cannot
know what custom scripts does, it's better to call it more
often compared to not often enough. This Fixes bsc#1210604
2023-12-17 15:48:08 +01:00
..
__init__.py Continue Refactor into subpackage 2016-03-08 16:21:00 +01:00
base.py Add check_efi_fat_image_has_correct_size 2023-11-08 09:22:16 +01:00
image_info.py Support TOML markup 2023-09-13 12:07:24 +02:00
image_resize.py Add global --kiwi-file option 2021-11-29 12:23:26 +01:00
result_bundle.py Fixed linter complaints after flake update 2022-08-05 11:28:54 +02:00
result_list.py Fixed docopt strings to use correct binary name 2020-02-25 10:36:29 +01:00
system_build.py Make sure selinux policy is effectively applied 2023-12-17 15:48:08 +01:00
system_create.py Add global --kiwi-file option 2021-11-29 12:23:26 +01:00
system_prepare.py Make sure selinux policy is effectively applied 2023-12-17 15:48:08 +01:00
system_update.py Add global --kiwi-file option 2021-11-29 12:23:26 +01:00