aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index 927904d0f115..4cafe6a19167 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -6006,6 +6006,7 @@ static int selinux_msg_queue_msgctl(struct kern_ipc_perm *msq, int cmd)
6006 SECCLASS_SYSTEM, SYSTEM__IPC_INFO, NULL); 6006 SECCLASS_SYSTEM, SYSTEM__IPC_INFO, NULL);
6007 case IPC_STAT: 6007 case IPC_STAT:
6008 case MSG_STAT: 6008 case MSG_STAT:
6009 case MSG_STAT_ANY:
6009 perms = MSGQ__GETATTR | MSGQ__ASSOCIATE; 6010 perms = MSGQ__GETATTR | MSGQ__ASSOCIATE;
6010 break; 6011 break;
6011 case IPC_SET: 6012 case IPC_SET: