|
Message-ID: <20110724143231.GA18453@openwall.com> Date: Sun, 24 Jul 2011 18:32:31 +0400 From: Solar Designer <solar@...nwall.com> To: kernel-hardening@...ts.openwall.com Subject: Re: [PATCH] move RLIMIT_NPROC check from set_user() to do_execve_common() Vasiliy, On Thu, Jul 21, 2011 at 04:48:30PM +0400, Solar Designer wrote: > Here's my current proposal: > > 1. Apply Vasiliy's patch to move the RLIMIT_NPROC check from setuid() to > execve(), optionally enhanced with setting PF_SETUSER_FAILED on > would-be-failed setuid() and checking this flag in execve() (in addition > to repeating the RLIMIT_NPROC check). > > 2. With a separate patch, add a prctl() to read the PF_SETUSER_FAILED flag. > Android will be able to use this if it wants to. Can you please implement these two patches and post them to LKML? (Include the PF_SETUSER_FAILED implementation in the first patch.) Or do you have a different suggestion on how to proceed? Thanks, Alexander
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.