aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac/mac_process.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-11-26 17:11:57 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-11-26 17:11:57 +0000
commit4d10c0ce5fd2ae3de65c683f0650a7323d38f35f (patch)
tree06b016e3666e3730782ed81806dfee9447791631 /sys/security/mac/mac_process.c
parent229cd60f68f837716e47e6d03758ebd8e4cafc6b (diff)
Notes
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 f9eb44e654046..10fe51de523dc 100644
--- a/sys/security/mac/mac_process.c
+++ b/sys/security/mac/mac_process.c
@@ -1856,7 +1856,7 @@ mac_check_vnode_write(struct ucred *active_cred, struct ucred *file_cred,
* memory space, and revoke access (in the least surprising ways we
* know) when necessary. The process lock is not held here.
*/
-static void
+void
mac_cred_mmapped_drop_perms(struct thread *td, struct ucred *cred)
{