#ifndef _SELINUX_FLASK_H_
#define _SELINUX_FLASK_H_
#define SECCLASS_SECURITY …
#define SECCLASS_PROCESS …
#define SECCLASS_PROCESS2 …
#define SECCLASS_SYSTEM …
#define SECCLASS_CAPABILITY …
#define SECCLASS_FILESYSTEM …
#define SECCLASS_FILE …
#define SECCLASS_DIR …
#define SECCLASS_FD …
#define SECCLASS_LNK_FILE …
#define SECCLASS_CHR_FILE …
#define SECCLASS_BLK_FILE …
#define SECCLASS_SOCK_FILE …
#define SECCLASS_FIFO_FILE …
#define SECCLASS_SOCKET …
#define SECCLASS_TCP_SOCKET …
#define SECCLASS_UDP_SOCKET …
#define SECCLASS_RAWIP_SOCKET …
#define SECCLASS_NODE …
#define SECCLASS_NETIF …
#define SECCLASS_NETLINK_SOCKET …
#define SECCLASS_PACKET_SOCKET …
#define SECCLASS_KEY_SOCKET …
#define SECCLASS_UNIX_STREAM_SOCKET …
#define SECCLASS_UNIX_DGRAM_SOCKET …
#define SECCLASS_SEM …
#define SECCLASS_MSG …
#define SECCLASS_MSGQ …
#define SECCLASS_SHM …
#define SECCLASS_IPC …
#define SECCLASS_NETLINK_ROUTE_SOCKET …
#define SECCLASS_NETLINK_TCPDIAG_SOCKET …
#define SECCLASS_NETLINK_NFLOG_SOCKET …
#define SECCLASS_NETLINK_XFRM_SOCKET …
#define SECCLASS_NETLINK_SELINUX_SOCKET …
#define SECCLASS_NETLINK_ISCSI_SOCKET …
#define SECCLASS_NETLINK_AUDIT_SOCKET …
#define SECCLASS_NETLINK_FIB_LOOKUP_SOCKET …
#define SECCLASS_NETLINK_CONNECTOR_SOCKET …
#define SECCLASS_NETLINK_NETFILTER_SOCKET …
#define SECCLASS_NETLINK_DNRT_SOCKET …
#define SECCLASS_ASSOCIATION …
#define SECCLASS_NETLINK_KOBJECT_UEVENT_SOCKET …
#define SECCLASS_NETLINK_GENERIC_SOCKET …
#define SECCLASS_NETLINK_SCSITRANSPORT_SOCKET …
#define SECCLASS_NETLINK_RDMA_SOCKET …
#define SECCLASS_NETLINK_CRYPTO_SOCKET …
#define SECCLASS_APPLETALK_SOCKET …
#define SECCLASS_PACKET …
#define SECCLASS_KEY …
#define SECCLASS_DCCP_SOCKET …
#define SECCLASS_MEMPROTECT …
#define SECCLASS_PEER …
#define SECCLASS_CAPABILITY2 …
#define SECCLASS_KERNEL_SERVICE …
#define SECCLASS_TUN_SOCKET …
#define SECCLASS_BINDER …
#define SECCLASS_CAP_USERNS …
#define SECCLASS_CAP2_USERNS …
#define SECCLASS_SCTP_SOCKET …
#define SECCLASS_ICMP_SOCKET …
#define SECCLASS_AX25_SOCKET …
#define SECCLASS_IPX_SOCKET …
#define SECCLASS_NETROM_SOCKET …
#define SECCLASS_ATMPVC_SOCKET …
#define SECCLASS_X25_SOCKET …
#define SECCLASS_ROSE_SOCKET …
#define SECCLASS_DECNET_SOCKET …
#define SECCLASS_ATMSVC_SOCKET …
#define SECCLASS_RDS_SOCKET …
#define SECCLASS_IRDA_SOCKET …
#define SECCLASS_PPPOX_SOCKET …
#define SECCLASS_LLC_SOCKET …
#define SECCLASS_CAN_SOCKET …
#define SECCLASS_TIPC_SOCKET …
#define SECCLASS_BLUETOOTH_SOCKET …
#define SECCLASS_IUCV_SOCKET …
#define SECCLASS_RXRPC_SOCKET …
#define SECCLASS_ISDN_SOCKET …
#define SECCLASS_PHONET_SOCKET …
#define SECCLASS_IEEE802154_SOCKET …
#define SECCLASS_CAIF_SOCKET …
#define SECCLASS_ALG_SOCKET …
#define SECCLASS_NFC_SOCKET …
#define SECCLASS_VSOCK_SOCKET …
#define SECCLASS_KCM_SOCKET …
#define SECCLASS_QIPCRTR_SOCKET …
#define SECCLASS_SMC_SOCKET …
#define SECCLASS_INFINIBAND_PKEY …
#define SECCLASS_INFINIBAND_ENDPORT …
#define SECCLASS_BPF …
#define SECCLASS_XDP_SOCKET …
#define SECCLASS_MCTP_SOCKET …
#define SECCLASS_PERF_EVENT …
#define SECCLASS_ANON_INODE …
#define SECCLASS_IO_URING …
#define SECCLASS_USER_NAMESPACE …
#define SECINITSID_KERNEL …
#define SECINITSID_SECURITY …
#define SECINITSID_UNLABELED …
#define SECINITSID_FILE …
#define SECINITSID_INIT …
#define SECINITSID_ANY_SOCKET …
#define SECINITSID_PORT …
#define SECINITSID_NETIF …
#define SECINITSID_NETMSG …
#define SECINITSID_NODE …
#define SECINITSID_DEVNULL …
#define SECINITSID_NUM …
static inline bool security_is_socket_class(u16 kern_tclass)
{ … }
#endif