• Ulrich Drepper's avatar
    [PATCH] Fix 'noexec' behaviour · 58392dbd
    Ulrich Drepper authored
    We should not allow mmap() with PROT_EXEC on mounts marked "noexec",
    since otherwise there is no way for user-supplied executable loaders
    (like ld.so and emulator environments) to properly honour the
    "noexec"ness of the target.
    58392dbd
mmap.c 36.3 KB