Subject: CVS commit: src/sys/secmodel/bsd44
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/14/2006 05:20:21
Module Name:	src
Committed By:	dyoung
Date:		Tue Nov 14 05:20:21 UTC 2006

Modified Files:
	src/sys/secmodel/bsd44: secmodel_bsd44_suser.c

Log Message:
Fix a regression in socket(2): in the BSD 4.4 security model, you
don't have to be the superuser to open a PF_ROUTE socket.

Now, 'route -n get default' works again.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/secmodel/bsd44/secmodel_bsd44_suser.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.