subgraph / paxrat

paxrat is a utility to set PaX flags on a set of binaries.
GNU General Public License v3.0
34 stars 9 forks source link

Don't spit out warning on missing entries #10

Closed xSmurf closed 8 years ago

xSmurf commented 8 years ago

Paxrat spits out a warning if an executable listed in the config doesn't exist. It probably shouldn't spit out anything.

From: https://github.com/subgraph/subgraph-os-issues/issues/90

mckinney-subgraph commented 8 years ago

Fixed in: https://github.com/subgraph/paxrat/commit/ebde82d3e7892c94b4ecc5b5818a1de3d1d56f38

Will also clean up the general output soon.