kernel/security/selinux/include/classmap.h
.. .. @@ -247,6 +247,8 @@ 247 247 NULL } }, 248 248 { "xdp_socket", 249 249 { COMMON_SOCK_PERMS, NULL } }, 250 + { "oob_socket",251 + { COMMON_SOCK_PERMS, NULL } },250 252 { "perf_event", 251 253 { "open", "cpu", "kernel", "tracepoint", "read", "write", NULL } }, 252 254 { "anon_inode", .. .. @@ -254,6 +256,6 @@ 254 256 { NULL } 255 257 }; 256 258 257 -#if PF_MAX > 45259 +#if PF_MAX > 46258 260 #error New address family defined, please update secclass_map. 259 261 #endif