trunk: fix missed netlabel deprecation
This commit is contained in:
parent
f80a0e4f25
commit
6929521e0a
|
@ -1,5 +1,5 @@
|
|||
|
||||
policy_module(getty,1.3.0)
|
||||
policy_module(getty,1.3.1)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
@ -105,7 +105,7 @@ ifdef(`distro_gentoo',`
|
|||
# do a DNS lookup for the hostname
|
||||
dontaudit getty_t self:udp_socket create_socket_perms;
|
||||
|
||||
corenet_dontaudit_non_ipsec_sendrecv(getty_t)
|
||||
corenet_dontaudit_all_recvfrom_unlabeled(getty_t)
|
||||
corenet_dontaudit_udp_sendrecv_generic_if(getty_t)
|
||||
corenet_dontaudit_udp_sendrecv_all_nodes(getty_t)
|
||||
corenet_dontaudit_udp_sendrecv_dns_port(getty_t)
|
||||
|
|
Loading…
Reference in New Issue