class_to_string.h

来自「优龙2410linux2.6.8内核源代码」· C头文件 代码 · 共 61 行

H
61
字号
/* This file is automatically generated.  Do not edit. *//* * Security object class definitions */static char *class_to_string[] ={    "null",    "security",    "process",    "system",    "capability",    "filesystem",    "file",    "dir",    "fd",    "lnk_file",    "chr_file",    "blk_file",    "sock_file",    "fifo_file",    "socket",    "tcp_socket",    "udp_socket",    "rawip_socket",    "node",    "netif",    "netlink_socket",    "packet_socket",    "key_socket",    "unix_stream_socket",    "unix_dgram_socket",    "sem",    "msg",    "msgq",    "shm",    "ipc",    "passwd",    "drawable",    "window",    "gc",    "font",    "colormap",    "property",    "cursor",    "xclient",    "xinput",    "xserver",    "xextension",    "pax",    "netlink_route_socket",    "netlink_firewall_socket",    "netlink_tcpdiag_socket",    "netlink_nflog_socket",    "netlink_xfrm_socket",    "netlink_selinux_socket",    "netlink_audit_socket",    "netlink_ip6fw_socket",    "netlink_dnrt_socket",};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?