Пакет mkimage-preinstall: Информация

  • Default inline alert: Версия в репозитории: 0.3.3-alt1

Бинарный пакет: mkimage-preinstall
Версия: 0.2.46-alt1
Архитектура: noarch
Собран:  22 ноября 2022 г. 14:52 в задании #310451
Исходный пакет: mkimage
Сообщить об ошибке в пакете
Домашняя страница: http://altlinux.org/mkimage

Лицензия: GPL-3.0-or-later
О пакете: Security setup for mkimage to function properly
Описание: 
This package contains settings allowing mkimage to operate
as intended -- it relies on hardlinks to non-owned files to
spare space for copies within and outside chroots as well as
to save time and CPU cycles on actually performing those;
either free RAM, SSD wearing or HDD bandwidth are to be
spent with care too).

Please note that this subpackage disables an otherwise reasonable
security feature that's there for a reason but is almost completely
incompatible with important part of mkimage's design and security
model.  Changes take place upon the installation of this package
and are made persistent by a configuration file held within it.

Remove mkimage-preinstall subpackage and run this to re-enable:

  echo 1 > /proc/sys/fs/protected_hardlinks

(this will break mkimage though)

Сопровождающий: Alexey Gladkov


Последнее изменение


22 ноября 2022 г. Gleb Fotengauer-Malinovskiy 0.2.46-alt1
- Fixed excessive cleanup of images generated by sub-make profiles.
- Dropped yaboot boot type.
- Dropped remote build support.
- Fix TOPDIR variable definition.
- Added support for:
  + generation of zstd- and lz4-compressed cpio and tar archives;
  + PACKAGES_REQUIRED_PACK_CUSTOM variable to define the list of packages
  required for custom pack method.
- preinstall: fixed installation in restricted environments.
30 мая 2022 г. Alexey Gladkov 0.2.45-alt1
- mki-copy-efiboot-chrooted: fix copy grub efi binary for unsecure boot x86_64
- mki-copy-efiboot: add variables for copy or replace files to efiboot.img
- Add netwotk support
18 ноября 2021 г. Alexey Gladkov 0.2.44-alt1
- mki-copy-efiboot-chrooted: Add riscv64 support.