nning / linux-pax-flags

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

Ruby #1

Closed LightBit closed 11 years ago

LightBit commented 11 years ago

Please, could you rewrite it in posix shell instead of Ruby? It is really annoying dependency.

nning commented 11 years ago

It is a pity, that this is the first issue ;-).

I started linux-pax-flags in shell script, but soon felt the need for more complex configuration possibilities for example for stopping systemd units, setting flags and starting them again. This would have peen painful in shell script. Python would have been a possibility and I started to look into it, but quickly got the impression, that it would take too much time to rewrite in Python.