Move netlink route sockets from nsswitch to DNS name resolve.

This commit is contained in:
Chris PeBenito 2010-02-17 20:28:59 -05:00
parent 15d80e3646
commit aadcb968f9
4 changed files with 3 additions and 4 deletions

View File

@ -1378,8 +1378,6 @@ interface(`auth_manage_login_records',`
#
interface(`auth_use_nsswitch',`
allow $1 self:netlink_route_socket r_netlink_socket_perms;
files_list_var_lib($1)
# read /etc/nsswitch.conf

View File

@ -1,5 +1,5 @@
policy_module(authlogin, 2.1.0)
policy_module(authlogin, 2.1.1)
########################################
#

View File

@ -543,6 +543,7 @@ interface(`sysnet_dns_name_resolve',`
allow $1 self:tcp_socket create_socket_perms;
allow $1 self:udp_socket create_socket_perms;
allow $1 self:netlink_route_socket r_netlink_socket_perms;
corenet_all_recvfrom_unlabeled($1)
corenet_all_recvfrom_netlabel($1)

View File

@ -1,5 +1,5 @@
policy_module(sysnetwork, 1.10.1)
policy_module(sysnetwork, 1.10.2)
########################################
#