slocal: Don't remove $PATH from env. Now execvp() searches as expected.
authormarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 07:49:57 +0000 (08:49 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 22 Mar 2012 07:49:57 +0000 (08:49 +0100)
commit4c0c2fb7766546cb466f05f76e5febd5d8f682e0
treeeb534edbca3fb74f832ded4299104a30e7425c22
parent7456ca0a9639bfb73899b721fe66323d90277160
slocal: Don't remove $PATH from env. Now execvp() searches as expected.
Stripping the environment may rather keep the user from doing sensible
things than it increases the security. Maybe we shouldn't strip it at all.
uip/slocal.c