summaryrefslogtreecommitdiff
path: root/sys/security/mac
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2003-11-07 04:48:24 +0000
committerRobert Watson <rwatson@FreeBSD.org>2003-11-07 04:48:24 +0000
commit55b13f8d2db96f5eb6031b31f067507842cb26d8 (patch)
tree628ca8df90d6e8a6950db03abfa850cc4a61eccc /sys/security/mac
parenta2f88a8b7c91e72fbde3648a90733feadd3a7ca7 (diff)
Notes
Diffstat (limited to 'sys/security/mac')
-rw-r--r--sys/security/mac/mac_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h
index 3b879558130a..b07cf6fd32c4 100644
--- a/sys/security/mac/mac_internal.h
+++ b/sys/security/mac/mac_internal.h
@@ -93,14 +93,14 @@ void mac_destroy_label(struct label *label);
int mac_check_structmac_consistent(struct mac *mac);
int mac_allocate_slot(void);
-/*
+/*
* MAC Framework per-object type functions. It's not yet clear how
* the namespaces, etc, should work for these, so for now, sort by
* object type.
*/
int mac_check_cred_relabel(struct ucred *cred, struct label *newlabel);
void mac_destroy_cred_label(struct label *label);
-int mac_externalize_cred_label(struct label *label, char *elements,
+int mac_externalize_cred_label(struct label *label, char *elements,
char *outbuf, size_t outbuflen);
void mac_init_cred_label(struct label *label);
int mac_internalize_cred_label(struct label *label, char *string);