Skip to content

v1.17.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 17:32
92e5523

Merge pull request #667 from njhale/fix/ignore-xattrs

On some systems, creating files with certain extended attributes is a
restricted operation -- e.g. "security.compatibility" on SELinux -- and
causes bundle and index unpacking to fail for unprivileged users. To fix
this, opm drops all xattrs from unpacked files before writing them.