Subject: PR/31126 CVS commit: src/sys/arch/alpha/a12
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 20:25: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/arch/alpha/a12
Date: Tue, 6 Sep 2005 20:24:01 +0000 (UTC)
Module Name: src
Committed By: kleink
Date: Tue Sep 6 20:24:01 UTC 2005
Modified Files:
src/sys/arch/alpha/a12: a12dc.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 instance of that check.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/alpha/a12/a12dc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.