Erik de Castro Lopo wrote: > vitamin wrote: > > > > What happens if you do? > > > > Code: > > if [ -f $exe ]; then > > exec wine $exe > > fi > > > > Wow! It works just like its supposed to. Thanks. Unfortunately > now I need to understand why. > I'm guessing that binfmt won't use your environment for the security reasons.