update flask
This commit is contained in:
parent
541b7d57ff
commit
964681069c
@ -161,6 +161,7 @@ inherits socket
|
|||||||
newconn
|
newconn
|
||||||
acceptfrom
|
acceptfrom
|
||||||
node_bind
|
node_bind
|
||||||
|
name_connect
|
||||||
}
|
}
|
||||||
|
|
||||||
class udp_socket
|
class udp_socket
|
||||||
@ -249,6 +250,8 @@ class process
|
|||||||
dyntransition
|
dyntransition
|
||||||
setcurrent
|
setcurrent
|
||||||
execmem
|
execmem
|
||||||
|
execstack
|
||||||
|
execheap
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -552,6 +555,8 @@ inherits socket
|
|||||||
{
|
{
|
||||||
nlmsg_read
|
nlmsg_read
|
||||||
nlmsg_write
|
nlmsg_write
|
||||||
|
nlmsg_relay
|
||||||
|
nlmsg_readpriv
|
||||||
}
|
}
|
||||||
|
|
||||||
class netlink_ip6fw_socket
|
class netlink_ip6fw_socket
|
||||||
@ -597,3 +602,7 @@ class association
|
|||||||
sendto
|
sendto
|
||||||
recvfrom
|
recvfrom
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Updated Netlink class for KOBJECT_UEVENT family.
|
||||||
|
class netlink_kobject_uevent_socket
|
||||||
|
inherits socket
|
||||||
|
@ -80,4 +80,7 @@ class nscd
|
|||||||
# IPSec association
|
# IPSec association
|
||||||
class association
|
class association
|
||||||
|
|
||||||
|
# Updated Netlink class for KOBJECT_UEVENT family.
|
||||||
|
class netlink_kobject_uevent_socket
|
||||||
|
|
||||||
# FLASK
|
# FLASK
|
||||||
|
@ -39,7 +39,7 @@ define(`devfile_class_set', `{ chr_file blk_file }')
|
|||||||
#
|
#
|
||||||
# All socket classes.
|
# All socket classes.
|
||||||
#
|
#
|
||||||
define(`socket_class_set', `{ tcp_socket udp_socket rawip_socket netlink_socket packet_socket unix_stream_socket unix_dgram_socket 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 }')
|
define(`socket_class_set', `{ tcp_socket udp_socket rawip_socket netlink_socket packet_socket unix_stream_socket unix_dgram_socket 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 netlink_kobject_uevent_socket }')
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user