Loading
checksec: add missing deps, don't clean env
Fix dependencies that are required by checksec.
Previously, checksec would sanitiz PATH, removing the PATH set by
the wrapper. A patch was added to remove this behavior.
Also replacing tools referenced with an absolute path with their
store path.
Co-authored-by:
Jonathan Cooper <jonathan@cooper.cafe>