Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Note that, for MODULE_CLASS_SECMODEL, the cla...
details: https://anonhg.NetBSD.org/src/rev/df9bbfe3bf71
branches: trunk
changeset: 757181:df9bbfe3bf71
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Aug 18 01:56:45 2010 +0000
description:
Note that, for MODULE_CLASS_SECMODEL, the class is not ignored. Rather,
we will automatically call secmodel_register() for these modules.
diffstat:
share/man/man9/module.9 | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 074154f0ffb5 -r df9bbfe3bf71 share/man/man9/module.9
--- a/share/man/man9/module.9 Wed Aug 18 01:55:32 2010 +0000
+++ b/share/man/man9/module.9 Wed Aug 18 01:56:45 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.16 2010/08/17 06:44:25 wiz Exp $
+.\" $NetBSD: module.9,v 1.17 2010/08/18 01:56:45 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -229,8 +229,15 @@
must match the requested
.Fa class .
Except when verifying a module's class when it is being loaded, module
-classes are transparent to the module subsystem.
+classes other than
+.Dv MODULE_CLASS_SECMODEL
+are transparent to the module subsystem.
They are provided only for the benefit of the subsystem's clients.
+Modules with class
+.Dv MODULE_CLASS_SECMODEL
+are automatically registered with
+.Fn secmodel_register
+after being successfully loaded.
.Pp
The
.Fn module_load
Home |
Main Index |
Thread Index |
Old Index