Deleted Added
full compact
posix1e.3 (56638) posix1e.3 (56760)
1.\"-
2.\" Copyright (c) 2000 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\"-
2.\" Copyright (c) 2000 Robert N. M. Watson
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/lib/libc/posix1e/posix1e.3 56638 2000-01-26 16:15:48Z rwatson $
26.\" $FreeBSD: head/lib/libc/posix1e/posix1e.3 56760 2000-01-28 20:07:00Z rwatson $
27.\"
28.Dd January 17, 2000
29.Dt POSIX1E 3
30.Os FreeBSD 4.0
31.Sh NAME
32.Nm posix1e \- introduction to the POSIX.1e security API
33.Sh SYNOPSIS
34.Fd #include <sys/acl.h>

--- 14 unchanged lines hidden (view full) ---

49the calendar.
50
51POSIX.1e defines both syntax and semantics for these features, but fairly
52substantial changes are required to implement these features in the
53operating system. As shipped, FreeBSD 4.0 permits file systems to export
54Access Control Lists via the VFS, and provides a library for userland
55access to and manipulation of these ACLs, but support for ACLs is not
56provided by any file systems shipped in the base operating system.
27.\"
28.Dd January 17, 2000
29.Dt POSIX1E 3
30.Os FreeBSD 4.0
31.Sh NAME
32.Nm posix1e \- introduction to the POSIX.1e security API
33.Sh SYNOPSIS
34.Fd #include <sys/acl.h>

--- 14 unchanged lines hidden (view full) ---

49the calendar.
50
51POSIX.1e defines both syntax and semantics for these features, but fairly
52substantial changes are required to implement these features in the
53operating system. As shipped, FreeBSD 4.0 permits file systems to export
54Access Control Lists via the VFS, and provides a library for userland
55access to and manipulation of these ACLs, but support for ACLs is not
56provided by any file systems shipped in the base operating system.
57Available API calls relating to ACLs are described in detail in
58.Xr acl 3 .
57
58The patches supporting other POSIX.1e features are not available in the
59base operating system at this time--however, more information on them
60may be found on the FreeBSD POSIX.1e implementation web page:
61
62http://www.watson.org/fbsd-hardening/posix1e/
63.Sh IMPLEMENTATION NOTES
64FreeBSD's support for POSIX.1e interfaces and features is still under

--- 27 unchanged lines hidden ---
59
60The patches supporting other POSIX.1e features are not available in the
61base operating system at this time--however, more information on them
62may be found on the FreeBSD POSIX.1e implementation web page:
63
64http://www.watson.org/fbsd-hardening/posix1e/
65.Sh IMPLEMENTATION NOTES
66FreeBSD's support for POSIX.1e interfaces and features is still under

--- 27 unchanged lines hidden ---