[PATCH] Allow reading tainted flag as user

2007-04-22 Thread Bastian Blank
The commit 34f5a39899f3f3e815da64f48ddb72942d86c366 restricted reading of the tainted value. The attached patch changes this back to a write-only check and restores the read behaviour of older versions. Signed-off-by: Bastian Blank <[EMAIL PROTECTED]> -- The joys of love made her human and the a

Re: [PATCH] Allow reading tainted flag as user

2007-04-22 Thread Bastian Blank
On Sun, Apr 22, 2007 at 01:50:45AM -0700, Andrew Morton wrote: > On Sun, 22 Apr 2007 10:39:41 +0200 Bastian Blank <[EMAIL PROTECTED]> wrote: > > > The commit 34f5a39899f3f3e815da64f48ddb72942d86c366 restricted reading > > of the tainted value. The attached patch changes this back to a > > write-on

Re: [PATCH] Allow reading tainted flag as user

2007-04-22 Thread Andrew Morton
On Sun, 22 Apr 2007 10:39:41 +0200 Bastian Blank <[EMAIL PROTECTED]> wrote: > The commit 34f5a39899f3f3e815da64f48ddb72942d86c366 restricted reading > of the tainted value. The attached patch changes this back to a > write-only check and restores the read behaviour of older versions. > > Signed-o