[Mono-list] mcs generating executables without 'x' rights?

Miguel de Icaza miguel@ximian.com
03 Jan 2003 19:27:38 -0500


Hello,

> I was wondering why mcs under linux doesn't set the 'x' bit for 
> generated executables (I have binfmt configured to run executables 
> through mono, but i have to set the 'x' bit each time).

There is no concept of executable bit in the .NET framework, so we can
not figure out what to do with the result.  Maybe we could special case
this code in the reflection code.

Miguel