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.