summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-10-25 03:50:44 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-10-25 03:50:44 +0000
commit138f64b69828f88b0dcca11a6f0ba1a09a527cc7 (patch)
tree94f93030bdc9f5305d15df4c5f02c2117aa6f899
parent17e02bb39bd722c4414b6dab57b0604c67f38cc0 (diff)
Notes
-rw-r--r--sys/security/mac/mac_internal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h
index 9655565ee239..da105507ec60 100644
--- a/sys/security/mac/mac_internal.h
+++ b/sys/security/mac/mac_internal.h
@@ -50,6 +50,7 @@ SYSCTL_DECL(_security_mac_debug_counters);
* MAC Framework global types and typedefs.
*/
LIST_HEAD(mac_policy_list_head, mac_policy_conf);
+MALLOC_DECLARE(M_MACTEMP);
/*
* MAC Framework global variables.
@@ -64,11 +65,6 @@ extern int mac_labelmbufs;
#endif
/*
- * MAC Framework global types and constants.
- */
-MALLOC_DECLARE(M_MACTEMP);
-
-/*
* MAC Framework object/access counter primitives, conditionally
* compiled.
*/
@@ -110,7 +106,6 @@ void mac_init_cred_label(struct label *label);
int mac_internalize_cred_label(struct label *label, char *string);
void mac_relabel_cred(struct ucred *cred, struct label *newlabel);
-
void mac_copy_pipe_label(struct label *src, struct label *dest);
void mac_destroy_pipe_label(struct label *label);
int mac_externalize_pipe_label(struct label *label, char *elements,