Deleted Added
full compact
mac_bsdextended.4 (136277) mac_bsdextended.4 (144911)
1.\" Copyright (c) 2002 Networks Associates Technology, Inc.
2.\" All rights reserved.
3.\"
4.\" This software was developed for the FreeBSD Project by Chris Costello
5.\" at Safeport Network Services and Network Associates Laboratories, the
6.\" Security Research Division of Network Associates, Inc. under
7.\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8.\" DARPA CHATS research program.

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

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\" Copyright (c) 2002 Networks Associates Technology, Inc.
2.\" All rights reserved.
3.\"
4.\" This software was developed for the FreeBSD Project by Chris Costello
5.\" at Safeport Network Services and Network Associates Laboratories, the
6.\" Security Research Division of Network Associates, Inc. under
7.\" DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8.\" DARPA CHATS research program.

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

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/mac_bsdextended.4 136277 2004-10-08 20:22:55Z keramida $
31.\" $FreeBSD: head/share/man/man4/mac_bsdextended.4 144911 2005-04-11 16:53:40Z trhodes $
32.\"
33.Dd September 10, 2004
34.Os
35.Dt MAC_BSDEXTENDED 4
36.Sh NAME
37.Nm mac_bsdextended
38.Nd "file system firewall policy"
39.Sh SYNOPSIS

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

53and in
54.Xr loader.conf 5 :
55.Bd -literal -offset indent
56mac_bsdextended_load="YES"
57.Ed
58.Sh DESCRIPTION
59The
60.Nm
32.\"
33.Dd September 10, 2004
34.Os
35.Dt MAC_BSDEXTENDED 4
36.Sh NAME
37.Nm mac_bsdextended
38.Nd "file system firewall policy"
39.Sh SYNOPSIS

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

53and in
54.Xr loader.conf 5 :
55.Bd -literal -offset indent
56mac_bsdextended_load="YES"
57.Ed
58.Sh DESCRIPTION
59The
60.Nm
61interface provides an interface for the system administrator
61security policy module provides an interface for the system administrator
62to impose mandatory rules regarding users and some system objects.
63Rules are uploaded to the module
64(typically using
65.Xr ugidfw 8 ,
66or some other tool utilizing
67.Xr libugidfw 3 )
68where they are stored internally
69and used to determine whether to allow or deny specific accesses

--- 80 unchanged lines hidden ---
62to impose mandatory rules regarding users and some system objects.
63Rules are uploaded to the module
64(typically using
65.Xr ugidfw 8 ,
66or some other tool utilizing
67.Xr libugidfw 3 )
68where they are stored internally
69and used to determine whether to allow or deny specific accesses

--- 80 unchanged lines hidden ---