diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-04-16 20:40:34 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-04-16 20:40:34 +0000 |
| commit | ecf889825d625cf5429961f7ba32ae17ef5dae6d (patch) | |
| tree | e504a84559dde8bbd57cd5528eff3f3532f29de5 /lib | |
| parent | 760eb2e0333c7fd4a7f0c0f29e42e9fc4699668e (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/posix1e/mac.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/posix1e/mac.3 b/lib/libc/posix1e/mac.3 index c67fd3321b245..105eae08beb17 100644 --- a/lib/libc/posix1e/mac.3 +++ b/lib/libc/posix1e/mac.3 @@ -1,4 +1,4 @@ -.\" Copyright (c) 2001 Networks Associates Technology, Inc. +.\" Copyright (c) 2001, 2003 Networks Associates Technology, Inc. .\" All rights reserved. .\" .\" This software was developed for the FreeBSD Project by Chris @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm mac -.Nd introduction to the POSIX.1e MAC security API +.Nd Introduction to the MAC security API .Sh LIBRARY .Lb libc .Sh SYNOPSIS @@ -133,6 +133,7 @@ is .Xr mac 4 , .Xr mac 9 .Sh STANDARDS +These APIs are loosely based on the APIs described in POSIX.1e. POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation mailing list. @@ -140,6 +141,9 @@ To join this list, see the .Fx POSIX.1e implementation page for more information. +However, the resemblence of these APIs to the POSIX APIs is only loose, +as the POSIX APIs were unable to express many notions required for +flexible and extensible access control. .Sh HISTORY Support for Mandatory Access Control was introduced in .Fx 5.0 |
