missing net_bind_service cap for bind_all_ports interfaces

This commit is contained in:
Chris PeBenito 2006-06-02 17:44:44 +00:00
parent 3d03a4f40f
commit 97c57a1b3a
2 changed files with 3 additions and 1 deletions

View File

@ -819,6 +819,7 @@ interface(`corenet_tcp_bind_all_ports',`
')
allow $1 port_type:tcp_socket name_bind;
allow $1 self:capability net_bind_service;
')
########################################
@ -855,6 +856,7 @@ interface(`corenet_udp_bind_all_ports',`
')
allow $1 port_type:udp_socket name_bind;
allow $1 self:capability net_bind_service;
')
########################################

View File

@ -1,5 +1,5 @@
policy_module(corenetwork,1.1.11)
policy_module(corenetwork,1.1.12)
########################################
#