mctp: Add MCTP base
[sfrench/cifs-2.6.git] / security / selinux / include / classmap.h
index 62d19bccf3de1fae4b64ef6d2a7aee05b0a20477..084757ff43906371bdbda842abaaa4f392aa489e 100644 (file)
@@ -246,6 +246,8 @@ struct security_class_mapping secclass_map[] = {
            NULL } },
        { "xdp_socket",
          { COMMON_SOCK_PERMS, NULL } },
+       { "mctp_socket",
+         { COMMON_SOCK_PERMS, NULL } },
        { "perf_event",
          { "open", "cpu", "kernel", "tracepoint", "read", "write", NULL } },
        { "lockdown",
@@ -255,6 +257,6 @@ struct security_class_mapping secclass_map[] = {
        { NULL }
   };
 
-#if PF_MAX > 45
+#if PF_MAX > 46
 #error New address family defined, please update secclass_map.
 #endif