Update keyserver selinux module

This commit is contained in:
Nick Bebout 2014-08-29 23:10:00 +00:00
parent 4f44b33da7
commit c2f24955a3
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,9 @@ require {
type httpd_t;
type pgpkeyserver_port_t;
class tcp_socket name_bind;
class tcp_socket name_connect;
}
#============= httpd_t ==============
allow httpd_t pgpkeyserver_port_t:tcp_socket name_bind;
allow httpd_t pgpkeyserver_port_t:tcp_socket name_connect;