summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_process.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2003-11-06 03:42:43 +0000
committerrwatson <rwatson@FreeBSD.org>2003-11-06 03:42:43 +0000
commitc7fff281b1aed8ec30891857df70952ab61e7f92 (patch)
treeb63348ba70defd284f4b92322effd5a78583d415 /sys/security/mac/mac_process.c
parente150e86d4b330ca1b7ec95e742e4555f84eb9c16 (diff)
downloadFreeBSD-src-c7fff281b1aed8ec30891857df70952ab61e7f92.zip
FreeBSD-src-c7fff281b1aed8ec30891857df70952ab61e7f92.tar.gz
Remove the flags argument from mac_externalize_*_label(), as it's not
passed into policies or used internally to the MAC Framework. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/security/mac/mac_process.c')
-rw-r--r--sys/security/mac/mac_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac/mac_process.c b/sys/security/mac/mac_process.c
index 00c45f8..7697671 100644
--- a/sys/security/mac/mac_process.c
+++ b/sys/security/mac/mac_process.c
@@ -148,7 +148,7 @@ mac_destroy_proc(struct proc *p)
int
mac_externalize_cred_label(struct label *label, char *elements,
- char *outbuf, size_t outbuflen, int flags)
+ char *outbuf, size_t outbuflen)
{
int error;
OpenPOWER on IntegriCloud