Subject: PR/31126 CVS commit: src/sys/dev/ic
To: None <kleink@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: netbsd-bugs
Date: 09/06/2005 21:37:02
The following reply was made to PR kern/31126; it has been noted by GNATS.

From: Klaus Klein <kleink@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/31126 CVS commit: src/sys/dev/ic
Date: Tue,  6 Sep 2005 21:36:55 +0000 (UTC)

 Module Name:	src
 Committed By:	kleink
 Date:		Tue Sep  6 21:36:55 UTC 2005
 
 Modified Files:
 	src/sys/dev/ic: clmpcc.c
 
 Log Message:
 Change the driver open function's conditional for overriding exclusive tty
 use from checking the proc's uid to suser(9), and account for the use of
 privileges.  Noted by David Holland in PR kern/31126.
 
 Also, dispose of a redundant (and unreachable) instance of that check.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.24 -r1.25 src/sys/dev/ic/clmpcc.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.