]> git.cworth.org Git - fips/commit
Fix fips to work without requiring an absolute path for program to run.
authorCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 00:47:20 +0000 (17:47 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 24 Apr 2013 07:08:40 +0000 (00:08 -0700)
commit802014dde0c3b25a48a4c6e5b09d20f52fb94324
treeba12cbf7f729c5a6ff0859c49f24263e597f491f
parentb32aa136d3e51a250e58c0fc28162b5e5fd52f67
Fix fips to work without requiring an absolute path for program to run.

With the latest commit that examines the ELF header of the program to
run fips was suddenly requiring that the absolute path of the program
be provided. This was obvisouly not desired.

It's simple enough to search through the PATH environment variable to
find the absolute path of the program to be run and examine that.
execute.c