You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround redhat-10 possible bug with rpmbuild and check-rpaths related to not allowing absolute RPATH entries
We include RPATH entries of /var/cfengine/lib which should be OK but for some reason check-rpaths-worker flags it as
> 0x0002 ... invalid RPATHs; these are RPATHs which are neither absolute nor relative filenames and can therefore be a SECURITY risk
So setting QA_RPATHS to include this flag changes the ERROR to a WARNING but also prevents check-rpaths from finding RPATH entries that are problematic.
Related bug rpm-software-management/rpm#3982
Ticket: ENT-13016
Changelog: none
0 commit comments