Hide Forgot
Once bug 1322443 is implemented, we need to add support for the new O_NEEDEXEC flag (or whatever it is called) to glibc, so that script interpreters can specify it when opening script files.
In more than three years, kernel support has not materialized. There is an other attempt in the form of O_MAYEXEC. If the kernel ever implements the feature, we may consider adding support to glibc (e.g., the dynamic loader should use O_MAYEXEC for executables).