diff options
Diffstat (limited to 'lib/libposix1e')
| -rw-r--r-- | lib/libposix1e/acl.3 | 7 | ||||
| -rw-r--r-- | lib/libposix1e/acl_delete.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_dup.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_free.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_from_text.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_get.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_init.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_set.3 | 3 | ||||
| -rw-r--r-- | lib/libposix1e/acl_to_text.3 | 7 | ||||
| -rw-r--r-- | lib/libposix1e/acl_valid.3 | 7 | ||||
| -rw-r--r-- | lib/libposix1e/posix1e.3 | 14 |
11 files changed, 39 insertions, 17 deletions
diff --git a/lib/libposix1e/acl.3 b/lib/libposix1e/acl.3 index aac38e74a2d9..bfbd95f2f00a 100644 --- a/lib/libposix1e/acl.3 +++ b/lib/libposix1e/acl.3 @@ -53,7 +53,9 @@ they are not portable. POSIX.1e describes a set of ACL manipulation routines to manage the contents of ACLs, as well as their relationships with files. This -manipulation library is not currently implemented in FreeBSD, although +manipulation library is not currently implemented in +.Fx , +although a third party library was under development at the time this document was written. There is a general consensus that the POSIX.1e manipulation routines are ambiguously defined in the specification, and don't meet the @@ -140,7 +142,8 @@ The syscalls between the internal interfaces and the public library routines may change over time, and as such are not documented. They are not intended to be called directly without going through the library. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh ENVIRONMENT POSIX.1e assigns security labels to all objects, extending the security diff --git a/lib/libposix1e/acl_delete.3 b/lib/libposix1e/acl_delete.3 index 24ffc238e81c..3d68c5e75467 100644 --- a/lib/libposix1e/acl_delete.3 +++ b/lib/libposix1e/acl_delete.3 @@ -57,7 +57,8 @@ directory) by name; the other two calls are non-portable extensions that allow deleting of arbitrary ACL types from a file/directory by either path name, or by file descriptor. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES In the event of success, 0 is returned. In the event of failure, -1 is diff --git a/lib/libposix1e/acl_dup.3 b/lib/libposix1e/acl_dup.3 index 890a93c131b0..107fc3f366ae 100644 --- a/lib/libposix1e/acl_dup.3 +++ b/lib/libposix1e/acl_dup.3 @@ -55,7 +55,8 @@ Any existing ACL pointers that refer to the ACL referred to by .Va acl shall continue to refer to the ACL. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, this function shall return a pointer to the diff --git a/lib/libposix1e/acl_free.3 b/lib/libposix1e/acl_free.3 index 1b0da80dadc8..c593e5716615 100644 --- a/lib/libposix1e/acl_free.3 +++ b/lib/libposix1e/acl_free.3 @@ -46,7 +46,8 @@ call allows the freeing of ACL working space, such as is allocated by or .Xr acl_from_text 3 . .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES In the event of success, 0 is returned. In the event of failure, -1 is diff --git a/lib/libposix1e/acl_from_text.3 b/lib/libposix1e/acl_from_text.3 index c860128b3d2b..adfbe79cf7ac 100644 --- a/lib/libposix1e/acl_from_text.3 +++ b/lib/libposix1e/acl_from_text.3 @@ -53,7 +53,8 @@ with the .Va (void *)acl_t as an argument. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, the function shall return a pointer to the diff --git a/lib/libposix1e/acl_get.3 b/lib/libposix1e/acl_get.3 index 245990279ca3..10acebbd1a54 100644 --- a/lib/libposix1e/acl_get.3 +++ b/lib/libposix1e/acl_get.3 @@ -76,7 +76,8 @@ with the object referred to by The ACL in the working storage shall not participate in any access control decisions. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, the function shall return a pointer to the ACL diff --git a/lib/libposix1e/acl_init.3 b/lib/libposix1e/acl_init.3 index c1c9c15733e4..8cf78ed44f3b 100644 --- a/lib/libposix1e/acl_init.3 +++ b/lib/libposix1e/acl_init.3 @@ -57,7 +57,8 @@ with the .Va (void*)acl_t as an argument. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, this function shall return a pointer to the diff --git a/lib/libposix1e/acl_set.3 b/lib/libposix1e/acl_set.3 index ec60157cecac..85fe872c7b80 100644 --- a/lib/libposix1e/acl_set.3 +++ b/lib/libposix1e/acl_set.3 @@ -63,7 +63,8 @@ where as .Fn acl_set_fd_np allows the setting of ACLs of any type. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, the function shall return a value of zero. diff --git a/lib/libposix1e/acl_to_text.3 b/lib/libposix1e/acl_to_text.3 index 6f9ba11fe5c8..390265342669 100644 --- a/lib/libposix1e/acl_to_text.3 +++ b/lib/libposix1e/acl_to_text.3 @@ -60,7 +60,8 @@ with the .Va (void*)char as an argument. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, the function shall return a pointer to the @@ -99,7 +100,9 @@ by the hardware or software-imposed memory management constraints. .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation -mailing list. To join this list, see the FreeBSD POSIX.1e implementation +mailing list. To join this list, see the +.Fx +POSIX.1e implementation page for more information. .Sh HISTORY POSIX.1e support was introduced in diff --git a/lib/libposix1e/acl_valid.3 b/lib/libposix1e/acl_valid.3 index 1a909ac5d01e..ea1cf68bacd4 100644 --- a/lib/libposix1e/acl_valid.3 +++ b/lib/libposix1e/acl_valid.3 @@ -80,7 +80,8 @@ The POSIX.1e function may reorder the ACL for the purposes of verification; the non-portable validation functions will not. .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh RETURN VALUES Upon successful completion, the function shall return a value of zero. @@ -132,7 +133,9 @@ The file system does not support ACL retrieval. .Sh STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. Discussion of the draft continues on the cross-platform POSIX.1e implementation -mailing list. To join this list, see the FreeBSD POSIX.1e implementation +mailing list. To join this list, see the +.Fx +POSIX.1e implementation page for more information. .Sh HISTORY POSIX.1e support was introduced in diff --git a/lib/libposix1e/posix1e.3 b/lib/libposix1e/posix1e.3 index a8e84e4781c5..3581c97ecdc7 100644 --- a/lib/libposix1e/posix1e.3 +++ b/lib/libposix1e/posix1e.3 @@ -41,19 +41,24 @@ .Sh DESCRIPTION The IEEE POSIX.1e specification never left draft form, but the interfaces it describes are now widely used despite inherent limitations. Currently, -only a few of the interfaces and features are implemented in FreeBSD, +only a few of the interfaces and features are implemented in +.Fx , although efforts are underway to complete the integration at this time. POSIX.1e describes five security extensions to the base POSIX.1 API: Access Control Lists (ACLs), Auditing, Capabilities, Mandatory Access Control, and Information Flow Labels. Of these, the ACL interfaces are -currently included with FreeBSD, Auditing, Capabilities, and Mandatory +currently included with +.Fx , +Auditing, Capabilities, and Mandatory Access Control are in the wings, and Information Flow Labels are not on the calendar. POSIX.1e defines both syntax and semantics for these features, but fairly substantial changes are required to implement these features in the -operating system. As shipped, FreeBSD 4.0 permits file systems to export +operating system. As shipped, +.Fx 4.0 +permits file systems to export Access Control Lists via the VFS, and provides a library for userland access to and manipulation of these ACLs, but support for ACLs is not provided by any file systems shipped in the base operating system. @@ -72,7 +77,8 @@ TrustedBSD project: http://www.trustedbsd.org .Sh IMPLEMENTATION NOTES -FreeBSD's support for POSIX.1e interfaces and features is still under +.Fx Ns 's +support for POSIX.1e interfaces and features is still under development at this time. .Sh ENVIRONMENT POSIX.1e assigns security labels to all objects, extending the security |
