It's generally not a good idea to expose the entirety of /usr/libexec through the web server, so move the needed binaries to be exposed to a subdirectory.
Signed-off-by: Neal Gompa ngompa13@gmail.com
rebased onto f673c9f48019c0c41fe1ad3fcdefc07583b4446c
Do we really need this just to run scripts ?
Anyway LGTM
I am not sure we need this, but I'm not sure how to qualify safely removing this...
Yeah, the patch is good, we can remove another time if possible.
It's generally not a good idea to expose the entirety of /usr/libexec
through the web server, so move the needed binaries to be exposed to
a subdirectory.
Signed-off-by: Neal Gompa ngompa13@gmail.com