Comment 13 for bug 1573213

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-main (stable/8.0)

Reviewed: https://review.openstack.org/309432
Committed: https://git.openstack.org/cgit/openstack/fuel-main/commit/?id=456ce166cb0048675f3c54a173683e3bf891d51f
Submitter: Jenkins
Branch: stable/8.0

commit 456ce166cb0048675f3c54a173683e3bf891d51f
Author: Sergey Kulanov <email address hidden>
Date: Fri Apr 22 17:17:00 2016 +0300

    Allow cpio to follow symlinks

    Follow symlinks in cpio was deemed as a security risk so we
    unable to build iso with the latest cpio package.

    This patch introduce changes which allows to build iso both with
    "old" cpio and the latest one by using --extract-over-symlinks
    option

    Co-author: Stefan K. Berg <email address hidden>

    Change-Id: I2ac5a2e6255fae799ddff14bb3f97c270e3dba43
    Closes-bug: #1573213
    Related-bug: #1551092