Update keyserver selinux module
This commit is contained in:
parent
4f44b33da7
commit
c2f24955a3
3 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue