hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
kernel/security/selinux/include/classmap.h
....@@ -247,6 +247,8 @@
247247 NULL } },
248248 { "xdp_socket",
249249 { COMMON_SOCK_PERMS, NULL } },
250
+ { "oob_socket",
251
+ { COMMON_SOCK_PERMS, NULL } },
250252 { "perf_event",
251253 { "open", "cpu", "kernel", "tracepoint", "read", "write", NULL } },
252254 { "anon_inode",
....@@ -254,6 +256,6 @@
254256 { NULL }
255257 };
256258
257
-#if PF_MAX > 45
259
+#if PF_MAX > 46
258260 #error New address family defined, please update secclass_map.
259261 #endif