📄 av_permissions.h
字号:
#define UNIX_DGRAM_SOCKET__NAME_BIND 0x00200000UL#define PROCESS__FORK 0x00000001UL#define PROCESS__TRANSITION 0x00000002UL#define PROCESS__SIGCHLD 0x00000004UL#define PROCESS__SIGKILL 0x00000008UL#define PROCESS__SIGSTOP 0x00000010UL#define PROCESS__SIGNULL 0x00000020UL#define PROCESS__SIGNAL 0x00000040UL#define PROCESS__PTRACE 0x00000080UL#define PROCESS__GETSCHED 0x00000100UL#define PROCESS__SETSCHED 0x00000200UL#define PROCESS__GETSESSION 0x00000400UL#define PROCESS__GETPGID 0x00000800UL#define PROCESS__SETPGID 0x00001000UL#define PROCESS__GETCAP 0x00002000UL#define PROCESS__SETCAP 0x00004000UL#define PROCESS__SHARE 0x00008000UL#define PROCESS__GETATTR 0x00010000UL#define PROCESS__SETEXEC 0x00020000UL#define PROCESS__SETFSCREATE 0x00040000UL#define PROCESS__NOATSECURE 0x00080000UL#define PROCESS__SIGINH 0x00100000UL#define PROCESS__SETRLIMIT 0x00200000UL#define PROCESS__RLIMITINH 0x00400000UL#define PROCESS__DYNTRANSITION 0x00800000UL#define PROCESS__SETCURRENT 0x01000000UL#define PROCESS__EXECMEM 0x02000000UL#define PROCESS__EXECSTACK 0x04000000UL#define PROCESS__EXECHEAP 0x08000000UL#define PROCESS__SETKEYCREATE 0x10000000UL#define PROCESS__SETSOCKCREATE 0x20000000UL#define IPC__CREATE 0x00000001UL#define IPC__DESTROY 0x00000002UL#define IPC__GETATTR 0x00000004UL#define IPC__SETATTR 0x00000008UL#define IPC__READ 0x00000010UL#define IPC__WRITE 0x00000020UL#define IPC__ASSOCIATE 0x00000040UL#define IPC__UNIX_READ 0x00000080UL#define IPC__UNIX_WRITE 0x00000100UL#define SEM__CREATE 0x00000001UL#define SEM__DESTROY 0x00000002UL#define SEM__GETATTR 0x00000004UL#define SEM__SETATTR 0x00000008UL#define SEM__READ 0x00000010UL#define SEM__WRITE 0x00000020UL#define SEM__ASSOCIATE 0x00000040UL#define SEM__UNIX_READ 0x00000080UL#define SEM__UNIX_WRITE 0x00000100UL#define MSGQ__CREATE 0x00000001UL#define MSGQ__DESTROY 0x00000002UL#define MSGQ__GETATTR 0x00000004UL#define MSGQ__SETATTR 0x00000008UL#define MSGQ__READ 0x00000010UL#define MSGQ__WRITE 0x00000020UL#define MSGQ__ASSOCIATE 0x00000040UL#define MSGQ__UNIX_READ 0x00000080UL#define MSGQ__UNIX_WRITE 0x00000100UL#define MSGQ__ENQUEUE 0x00000200UL#define MSG__SEND 0x00000001UL#define MSG__RECEIVE 0x00000002UL#define SHM__CREATE 0x00000001UL#define SHM__DESTROY 0x00000002UL#define SHM__GETATTR 0x00000004UL#define SHM__SETATTR 0x00000008UL#define SHM__READ 0x00000010UL#define SHM__WRITE 0x00000020UL#define SHM__ASSOCIATE 0x00000040UL#define SHM__UNIX_READ 0x00000080UL#define SHM__UNIX_WRITE 0x00000100UL#define SHM__LOCK 0x00000200UL#define SECURITY__COMPUTE_AV 0x00000001UL#define SECURITY__COMPUTE_CREATE 0x00000002UL#define SECURITY__COMPUTE_MEMBER 0x00000004UL#define SECURITY__CHECK_CONTEXT 0x00000008UL#define SECURITY__LOAD_POLICY 0x00000010UL#define SECURITY__COMPUTE_RELABEL 0x00000020UL#define SECURITY__COMPUTE_USER 0x00000040UL#define SECURITY__SETENFORCE 0x00000080UL#define SECURITY__SETBOOL 0x00000100UL#define SECURITY__SETSECPARAM 0x00000200UL#define SECURITY__SETCHECKREQPROT 0x00000400UL#define SYSTEM__IPC_INFO 0x00000001UL#define SYSTEM__SYSLOG_READ 0x00000002UL#define SYSTEM__SYSLOG_MOD 0x00000004UL#define SYSTEM__SYSLOG_CONSOLE 0x00000008UL#define CAPABILITY__CHOWN 0x00000001UL#define CAPABILITY__DAC_OVERRIDE 0x00000002UL#define CAPABILITY__DAC_READ_SEARCH 0x00000004UL#define CAPABILITY__FOWNER 0x00000008UL#define CAPABILITY__FSETID 0x00000010UL#define CAPABILITY__KILL 0x00000020UL#define CAPABILITY__SETGID 0x00000040UL#define CAPABILITY__SETUID 0x00000080UL#define CAPABILITY__SETPCAP 0x00000100UL#define CAPABILITY__LINUX_IMMUTABLE 0x00000200UL#define CAPABILITY__NET_BIND_SERVICE 0x00000400UL#define CAPABILITY__NET_BROADCAST 0x00000800UL#define CAPABILITY__NET_ADMIN 0x00001000UL#define CAPABILITY__NET_RAW 0x00002000UL#define CAPABILITY__IPC_LOCK 0x00004000UL#define CAPABILITY__IPC_OWNER 0x00008000UL#define CAPABILITY__SYS_MODULE 0x00010000UL#define CAPABILITY__SYS_RAWIO 0x00020000UL#define CAPABILITY__SYS_CHROOT 0x00040000UL#define CAPABILITY__SYS_PTRACE 0x00080000UL#define CAPABILITY__SYS_PACCT 0x00100000UL#define CAPABILITY__SYS_ADMIN 0x00200000UL#define CAPABILITY__SYS_BOOT 0x00400000UL#define CAPABILITY__SYS_NICE 0x00800000UL#define CAPABILITY__SYS_RESOURCE 0x01000000UL#define CAPABILITY__SYS_TIME 0x02000000UL#define CAPABILITY__SYS_TTY_CONFIG 0x04000000UL#define CAPABILITY__MKNOD 0x08000000UL#define CAPABILITY__LEASE 0x10000000UL#define CAPABILITY__AUDIT_WRITE 0x20000000UL#define CAPABILITY__AUDIT_CONTROL 0x40000000UL#define NETLINK_ROUTE_SOCKET__IOCTL 0x00000001UL#define NETLINK_ROUTE_SOCKET__READ 0x00000002UL#define NETLINK_ROUTE_SOCKET__WRITE 0x00000004UL#define NETLINK_ROUTE_SOCKET__CREATE 0x00000008UL#define NETLINK_ROUTE_SOCKET__GETATTR 0x00000010UL#define NETLINK_ROUTE_SOCKET__SETATTR 0x00000020UL#define NETLINK_ROUTE_SOCKET__LOCK 0x00000040UL#define NETLINK_ROUTE_SOCKET__RELABELFROM 0x00000080UL#define NETLINK_ROUTE_SOCKET__RELABELTO 0x00000100UL#define NETLINK_ROUTE_SOCKET__APPEND 0x00000200UL#define NETLINK_ROUTE_SOCKET__BIND 0x00000400UL#define NETLINK_ROUTE_SOCKET__CONNECT 0x00000800UL#define NETLINK_ROUTE_SOCKET__LISTEN 0x00001000UL#define NETLINK_ROUTE_SOCKET__ACCEPT 0x00002000UL#define NETLINK_ROUTE_SOCKET__GETOPT 0x00004000UL#define NETLINK_ROUTE_SOCKET__SETOPT 0x00008000UL#define NETLINK_ROUTE_SOCKET__SHUTDOWN 0x00010000UL#define NETLINK_ROUTE_SOCKET__RECVFROM 0x00020000UL#define NETLINK_ROUTE_SOCKET__SENDTO 0x00040000UL#define NETLINK_ROUTE_SOCKET__RECV_MSG 0x00080000UL#define NETLINK_ROUTE_SOCKET__SEND_MSG 0x00100000UL#define NETLINK_ROUTE_SOCKET__NAME_BIND 0x00200000UL#define NETLINK_ROUTE_SOCKET__NLMSG_READ 0x00400000UL#define NETLINK_ROUTE_SOCKET__NLMSG_WRITE 0x00800000UL#define NETLINK_FIREWALL_SOCKET__IOCTL 0x00000001UL#define NETLINK_FIREWALL_SOCKET__READ 0x00000002UL#define NETLINK_FIREWALL_SOCKET__WRITE 0x00000004UL#define NETLINK_FIREWALL_SOCKET__CREATE 0x00000008UL#define NETLINK_FIREWALL_SOCKET__GETATTR 0x00000010UL#define NETLINK_FIREWALL_SOCKET__SETATTR 0x00000020UL#define NETLINK_FIREWALL_SOCKET__LOCK 0x00000040UL#define NETLINK_FIREWALL_SOCKET__RELABELFROM 0x00000080UL#define NETLINK_FIREWALL_SOCKET__RELABELTO 0x00000100UL#define NETLINK_FIREWALL_SOCKET__APPEND 0x00000200UL#define NETLINK_FIREWALL_SOCKET__BIND 0x00000400UL#define NETLINK_FIREWALL_SOCKET__CONNECT 0x00000800UL#define NETLINK_FIREWALL_SOCKET__LISTEN 0x00001000UL#define NETLINK_FIREWALL_SOCKET__ACCEPT 0x00002000UL#define NETLINK_FIREWALL_SOCKET__GETOPT 0x00004000UL#define NETLINK_FIREWALL_SOCKET__SETOPT 0x00008000UL#define NETLINK_FIREWALL_SOCKET__SHUTDOWN 0x00010000UL#define NETLINK_FIREWALL_SOCKET__RECVFROM 0x00020000UL#define NETLINK_FIREWALL_SOCKET__SENDTO 0x00040000UL#define NETLINK_FIREWALL_SOCKET__RECV_MSG 0x00080000UL#define NETLINK_FIREWALL_SOCKET__SEND_MSG 0x00100000UL#define NETLINK_FIREWALL_SOCKET__NAME_BIND 0x00200000UL#define NETLINK_FIREWALL_SOCKET__NLMSG_READ 0x00400000UL#define NETLINK_FIREWALL_SOCKET__NLMSG_WRITE 0x00800000UL#define NETLINK_TCPDIAG_SOCKET__IOCTL 0x00000001UL#define NETLINK_TCPDIAG_SOCKET__READ 0x00000002UL#define NETLINK_TCPDIAG_SOCKET__WRITE 0x00000004UL#define NETLINK_TCPDIAG_SOCKET__CREATE 0x00000008UL#define NETLINK_TCPDIAG_SOCKET__GETATTR 0x00000010UL#define NETLINK_TCPDIAG_SOCKET__SETATTR 0x00000020UL#define NETLINK_TCPDIAG_SOCKET__LOCK 0x00000040UL#define NETLINK_TCPDIAG_SOCKET__RELABELFROM 0x00000080UL#define NETLINK_TCPDIAG_SOCKET__RELABELTO 0x00000100UL#define NETLINK_TCPDIAG_SOCKET__APPEND 0x00000200UL#define NETLINK_TCPDIAG_SOCKET__BIND 0x00000400UL#define NETLINK_TCPDIAG_SOCKET__CONNECT 0x00000800UL#define NETLINK_TCPDIAG_SOCKET__LISTEN 0x00001000UL#define NETLINK_TCPDIAG_SOCKET__ACCEPT 0x00002000UL#define NETLINK_TCPDIAG_SOCKET__GETOPT 0x00004000UL#define NETLINK_TCPDIAG_SOCKET__SETOPT 0x00008000UL#define NETLINK_TCPDIAG_SOCKET__SHUTDOWN 0x00010000UL#define NETLINK_TCPDIAG_SOCKET__RECVFROM 0x00020000UL#define NETLINK_TCPDIAG_SOCKET__SENDTO 0x00040000UL#define NETLINK_TCPDIAG_SOCKET__RECV_MSG 0x00080000UL#define NETLINK_TCPDIAG_SOCKET__SEND_MSG 0x00100000UL#define NETLINK_TCPDIAG_SOCKET__NAME_BIND 0x00200000UL#define NETLINK_TCPDIAG_SOCKET__NLMSG_READ 0x00400000UL#define NETLINK_TCPDIAG_SOCKET__NLMSG_WRITE 0x00800000UL#define NETLINK_NFLOG_SOCKET__IOCTL 0x00000001UL#define NETLINK_NFLOG_SOCKET__READ 0x00000002UL#define NETLINK_NFLOG_SOCKET__WRITE 0x00000004UL#define NETLINK_NFLOG_SOCKET__CREATE 0x00000008UL#define NETLINK_NFLOG_SOCKET__GETATTR 0x00000010UL#define NETLINK_NFLOG_SOCKET__SETATTR 0x00000020UL#define NETLINK_NFLOG_SOCKET__LOCK 0x00000040UL#define NETLINK_NFLOG_SOCKET__RELABELFROM 0x00000080UL#define NETLINK_NFLOG_SOCKET__RELABELTO 0x00000100UL#define NETLINK_NFLOG_SOCKET__APPEND 0x00000200UL#define NETLINK_NFLOG_SOCKET__BIND 0x00000400UL#define NETLINK_NFLOG_SOCKET__CONNECT 0x00000800UL#define NETLINK_NFLOG_SOCKET__LISTEN 0x00001000UL#define NETLINK_NFLOG_SOCKET__ACCEPT 0x00002000UL#define NETLINK_NFLOG_SOCKET__GETOPT 0x00004000UL#define NETLINK_NFLOG_SOCKET__SETOPT 0x00008000UL#define NETLINK_NFLOG_SOCKET__SHUTDOWN 0x00010000UL#define NETLINK_NFLOG_SOCKET__RECVFROM 0x00020000UL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -