mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjan@infradead.org>
To: Emmanuel Fleury <emmanuel.fleury@labri.fr>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: How to enable/disable security features on mmap() ?
Date: Thu, 08 Dec 2005 15:49:09 +0100	[thread overview]
Message-ID: <1134053349.2867.65.camel@laptopd505.fenrus.org> (raw)
In-Reply-To: <43984595.1090406@labri.fr>

On Thu, 2005-12-08 at 15:39 +0100, Emmanuel Fleury wrote:
> I guess that setting the variable randomize_va_space to 0 just remove
> the stack pointer (sp) randomization.
> 
> Seen in arch/i386/kernel/process.c:
> 
> unsigned long arch_align_stack(unsigned long sp)
> {
>         if (randomize_va_space)
>                 sp -= get_random_int() % 8192;
>         return sp & ~0xf;
> }
> 
> Why not having defined this as a CONFIG_STACK_RANDOMIZATION variables

well it's a /proc/ variable already! So you can just turn it off
entirely at runtime. (what is better is that you use the setarch program
to turn it off for selected programs though...)



  reply	other threads:[~2005-12-08 14:49 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-08 14:10 Emmanuel Fleury
2005-12-08 14:14 ` Arjan van de Ven
2005-12-08 14:21   ` Emmanuel Fleury
2005-12-08 14:39     ` Emmanuel Fleury
2005-12-08 14:49       ` Arjan van de Ven [this message]
2005-12-08 14:54         ` Emmanuel Fleury
2005-12-08 15:02           ` Emmanuel Fleury
2005-12-08 15:16           ` linux-os (Dick Johnson)
2005-12-08 15:29             ` Emmanuel Fleury
2005-12-08 15:39               ` Arjan van de Ven
2005-12-08 16:42                 ` Nix
2005-12-08 15:37             ` Arjan van de Ven
2005-12-08 16:08               ` linux-os (Dick Johnson)
2005-12-08 16:14                 ` Arjan van de Ven
2005-12-08 16:24                   ` linux-os (Dick Johnson)
2005-12-08 16:35                     ` Arjan van de Ven
2005-12-08 16:20                 ` Xavier Bestel
2005-12-08 16:21                   ` Arjan van de Ven
2005-12-08 16:30                     ` linux-os (Dick Johnson)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1134053349.2867.65.camel@laptopd505.fenrus.org \
    --to=arjan@infradead.org \
    --cc=emmanuel.fleury@labri.fr \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®