nning / linux-pax-flags

Deactivates PaX flags for several binaries to work with PaX enabled kernels.
7 stars 6 forks source link

extend the scope for rbenv #6

Open ingobecker opened 8 years ago

ingobecker commented 8 years ago

What about changing

- ~/.rbenv/versions/?.?.?{,-p*}/bin/ruby

to something like

- /home/*/.rbenv/versions/?.?.?{,-p*}/bin/ruby

so every users rbenv ruby is effected by that? That way, on a system with multiple users, not every user has to run linux-pax-flags individually.