summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_sysv_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/security/mac/mac_sysv_msg.c')
-rw-r--r--sys/security/mac/mac_sysv_msg.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/security/mac/mac_sysv_msg.c b/sys/security/mac/mac_sysv_msg.c
index 86ae8a8..8e66281 100644
--- a/sys/security/mac/mac_sysv_msg.c
+++ b/sys/security/mac/mac_sysv_msg.c
@@ -127,18 +127,18 @@ mac_destroy_sysv_msgqueue(struct msqid_kernel *msqkptr)
}
void
-mac_create_sysv_msgmsg(struct ucred *cred, struct msqid_kernel *msqkptr,
+mac_create_sysv_msgmsg(struct ucred *cred, struct msqid_kernel *msqkptr,
struct msg *msgptr)
{
-
- MAC_PERFORM(create_sysv_msgmsg, cred, msqkptr, msqkptr->label,
+
+ MAC_PERFORM(create_sysv_msgmsg, cred, msqkptr, msqkptr->label,
msgptr, msgptr->label);
}
void
mac_create_sysv_msgqueue(struct ucred *cred, struct msqid_kernel *msqkptr)
{
-
+
MAC_PERFORM(create_sysv_msgqueue, cred, msqkptr, msqkptr->label);
}
@@ -152,7 +152,7 @@ mac_cleanup_sysv_msgmsg(struct msg *msgptr)
void
mac_cleanup_sysv_msgqueue(struct msqid_kernel *msqkptr)
{
-
+
MAC_PERFORM(cleanup_sysv_msgqueue, msqkptr->label);
}
OpenPOWER on IntegriCloud