Пакет chrooted: Информация

    Исходный пакет: chrooted
    Версия: 0.3.11-alt1.C9F1.1
    Собран:  13 ноября 2020 г. 10:07 в задании #260096
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPLv2+
    О пакете: The chrooted environment helper
    Описание: 
    This package is required for chroot-aware packages.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    chrooted (noarch)

    Сопровождающий: Denis Medvedev


      1. help2man

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


    19 октября 2020 г. Denis Medvedev 0.3.11-alt1.C9F1.1
    - disable ln fully due to wrong selinux context after ln
    3 апреля 2020 г. Dmitry V. Levin 0.3.11-alt1
    - Copy: always dereference symbolic links in SOURCE
      (by Alexey Shabalin; closes: #33591).
    11 марта 2020 г. Ivan Zakharyaschev 0.3.10-alt1
    - Fixes:
      + OVE-20200311-0001 Normal update operations by root can corrupt/crash running processes through modifying libraries
    
        (Normally, the processes that can be affected are only the services
        already running in the chrooted environment being updated, if it is on
        a different filesystem than the system libraries, and hence they
        can't be hardlinked. Extraordinarily, if a file in a chrooted
        environment has been a hardlink to a system library, but ln hasn't
        succeeded this time for some reason, the affected processes are any
        already running processes system-wide.
    
        This could happen only as a result of actions initiated by root:
        for example, a package upgrade which included the old version of
        chrooted, or a package upgrade which included libraries in a system
        with the old version of chrooted, or an invocation of
        /sbin/update_chrooted.)