NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/40002 CVS commit: [netbsd-5] src/sys/kern



The following reply was made to PR kern/40002; it has been noted by GNATS.

From: Manuel Bouyer <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40002 CVS commit: [netbsd-5] src/sys/kern
Date: Sat, 29 Nov 2008 20:51:06 +0000 (UTC)

 Module Name:   src
 Committed By:  bouyer
 Date:          Sat Nov 29 20:51:06 UTC 2008
 
 Modified Files:
        src/sys/kern [netbsd-5]: init_sysctl.c
 
 Log Message:
 Pull up following revision(s) (requested by elad in ticket #140):
        sys/kern/init_sysctl.c: revision 1.151
 PR/40002: Daniel Horecki: sockstat doesn't work for user with sysctl
     security.curtain=1
 If the kauth call failed, we'd silently continue the loop, but the error
 code would remain and eventually "leak" to userspace. Reset the error to
 zero when continuing.
 Tested by snj@ and myself. Okay snj@.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.149 -r1.149.4.1 src/sys/kern/init_sysctl.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index