Module Name: src
Committed By: elad
Date: Sun May 10 14:18:33 UTC 2009
Modified Files:
src/share/man/man9: secmodel.9
Log Message:
Fix securelevel listener function name.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man9/secmodel.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/secmodel.9
diff -u src/share/man/man9/secmodel.9:1.14 src/share/man/man9/secmodel.9:1.15
--- src/share/man/man9/secmodel.9:1.14 Sun Mar 15 14:12:19 2009
+++ src/share/man/man9/secmodel.9 Sun May 10 14:18:33 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: secmodel.9,v 1.14 2009/03/15 14:12:19 joerg Exp $
+.\" $NetBSD: secmodel.9,v 1.15 2009/05/10 14:18:33 elad Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <[email protected]>
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 31, 2007
+.Dd May 10, 2009
.Dt SECMODEL 9
.Os
.Sh NAME
@@ -287,7 +287,7 @@
kauth_listen_scope(JENNA_ISCOPE_NETWORK,
secmodel_bsd44_suser_network_cb, NULL);
kauth_listen_scope(JENNA_ISCOPE_NETWORK,
- secmodel_bsd44_securelevel_network_cb, NULL);
+ secmodel_securelevel_network_cb, NULL);
}
/*