[...]
There are 2 reason, *not* to do this:
1. It's not needed. You can use
/usr/local/bin/git --exec-path=/usr/local/bin daemon --inetd ...
to inject the exec-path.
2. Security. Those inetds launder the environment for a reason. Assume inetd
sets PATH=/usr/bin:/bin and git-daemon is installed
as /usr/sbin/git-daemon. With your patch now all hooks run with the path
set to /usr/sbin:/usr/bin:/bin.
-- Hannes
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: [PATCH] daemon: Set up PATH properly on startup., Johannes Sixt, (Sun Feb 10, 4:00 pm)