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

add pax rules for tahoe-lafs #19

Closed david415 closed 7 years ago

david415 commented 7 years ago

i run tahoe-lafs via python virtual env, so my paxrat rule looks like this:

  "/home/user/virtenv-tahoe/bin/python2": {
    "flags": "m",
    "nonroot": true
  },
mckinney-subgraph commented 7 years ago

This isn't really portable. paxrat now supports putting user configurations in /etc/paxrat/conf.d/, so the preferred solution is to drop this config there. We will be released a new paxrat package for Subgraph OS shortly that supports this.