diff options
Diffstat (limited to 'security/selinux/include/classmap.h')
-rw-r--r-- | security/selinux/include/classmap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/selinux/include/classmap.h b/security/selinux/include/classmap.h index 7898ffa6d3e6..d429c4a1c551 100644 --- a/security/selinux/include/classmap.h +++ b/security/selinux/include/classmap.h | |||
@@ -229,9 +229,11 @@ struct security_class_mapping secclass_map[] = { | |||
229 | { COMMON_SOCK_PERMS, NULL } }, | 229 | { COMMON_SOCK_PERMS, NULL } }, |
230 | { "qipcrtr_socket", | 230 | { "qipcrtr_socket", |
231 | { COMMON_SOCK_PERMS, NULL } }, | 231 | { COMMON_SOCK_PERMS, NULL } }, |
232 | { "smc_socket", | ||
233 | { COMMON_SOCK_PERMS, NULL } }, | ||
232 | { NULL } | 234 | { NULL } |
233 | }; | 235 | }; |
234 | 236 | ||
235 | #if PF_MAX > 43 | 237 | #if PF_MAX > 44 |
236 | #error New address family defined, please update secclass_map. | 238 | #error New address family defined, please update secclass_map. |
237 | #endif | 239 | #endif |