Maintain list of security models we ship with NetBSD in secmodel(9), and

some tiny markup fix in secmodel_bsd44(9).
This commit is contained in:
elad 2006-09-19 19:22:05 +00:00
parent d16e662529
commit e40c6b13a0
2 changed files with 22 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: secmodel.9,v 1.5 2006/09/17 13:43:26 elad Exp $
.\" $NetBSD: secmodel.9,v 1.6 2006/09/19 19:22:05 elad Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <elad@NetBSD.org>
.\" All rights reserved.
@ -28,7 +28,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 September 17, 2006
.Dd September 19, 2006
.Dt SECMODEL 9
.Os
.Sh NAME
@ -361,6 +361,22 @@ To make it easier on developers to write new security models from scratch,
.Nx
maintains skeleton listeners that contain every possible request and
arguments.
.Ss Available security models
The following is a list of security models available in the default
.Nx
distribution.
To choose, one should edit
.Pa /usr/src/sys/conf/std .
.Bl -tag -hyphen
.It secmodel_bsd44
Traditional
.Nx
security model, derived from
.Bx 4.4 .
.It secmodel_overlay
Sample overlay security model, sitting on-top of
.Xr secmodel_bsd44 9 .
.El
.Sh FILES
.Pa /usr/share/examples/secmodel
.Sh SEE ALSO

View File

@ -1,4 +1,4 @@
.\" $NetBSD: secmodel_bsd44.9,v 1.6 2006/09/17 13:43:26 elad Exp $
.\" $NetBSD: secmodel_bsd44.9,v 1.7 2006/09/19 19:22:05 elad Exp $
.\"
.\" Copyright (c) 2006 Elad Efrat <elad@NetBSD.org>
.\" All rights reserved.
@ -28,14 +28,15 @@
.\" (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 September 17, 2006
.Dd September 19, 2006
.Dt SECMODEL_BSD44 9
.Os
.Sh NAME
.Nm secmodel_bsd44
.Nd traditional
.Nx
security model (based on 4.4BSD)
security model (based on
.Bx 4.4 )
.Sh SYNOPSIS
.In secmodel/bsd44/bsd44.h
.In secmodel/bsd44/securelevel.h