mac_prepare.3 (ace5be682d8e04a1dccf8939efa1babe059e3609) mac_prepare.3 (8aa884cb0125cd8c6598a7d7ccfb947ad006c94a)
1.\" Copyright (c) 2002 Networks Associates Technology, Inc.
2.\" All rights reserved.
3.\"
4.\" This software was developed for the FreeBSD Project by Chris
5.\" Costello at Safeport Network Services and Network Associates Labs,
6.\" the 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.

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

63.Pp
64The
65.Fn mac_prepare_file_label ,
66.Fn mac_prepare_ifnet_label ,
67and
68.Fn mac_prepare_process_label
69functions allocate the storage to fit file, network interface,
70and process labels, respectively.
1.\" Copyright (c) 2002 Networks Associates Technology, Inc.
2.\" All rights reserved.
3.\"
4.\" This software was developed for the FreeBSD Project by Chris
5.\" Costello at Safeport Network Services and Network Associates Labs,
6.\" the 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.

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

63.Pp
64The
65.Fn mac_prepare_file_label ,
66.Fn mac_prepare_ifnet_label ,
67and
68.Fn mac_prepare_process_label
69functions allocate the storage to fit file, network interface,
70and process labels, respectively.
71The default label elements employed by these APIs is configured in
72.Xr mac.conf 5 .
71.Sh RETURN VALUES
72.Rv -std
73.Sh SEE ALSO
74.Xr mac 3 ,
75.Xr mac_free 3 ,
76.Xr mac_get 3 ,
77.Xr mac_is_present_np 3 ,
78.Xr mac_set 3 ,
79.Xr mac 4 ,
73.Sh RETURN VALUES
74.Rv -std
75.Sh SEE ALSO
76.Xr mac 3 ,
77.Xr mac_free 3 ,
78.Xr mac_get 3 ,
79.Xr mac_is_present_np 3 ,
80.Xr mac_set 3 ,
81.Xr mac 4 ,
82.Xr mac.conf 5 ,
80.Xr maclabel 7
81.Sh STANDARDS
82POSIX.1e is described in IEEE POSIX.1e draft 17.
83Discussion of the draft
84continues on the cross-platform POSIX.1e implementation mailing list.
85To join this list, see the
86.Fx
87POSIX.1e implementation page
88for more information.
83.Xr maclabel 7
84.Sh STANDARDS
85POSIX.1e is described in IEEE POSIX.1e draft 17.
86Discussion of the draft
87continues on the cross-platform POSIX.1e implementation mailing list.
88To join this list, see the
89.Fx
90POSIX.1e implementation page
91for more information.