From 7b643689e6cb9ff1a516f17a4266b1cb7c39481d Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Thu, 25 May 2006 20:18:24 +0000 Subject: [PATCH] update ssh for packets --- refpolicy/policy/modules/services/ssh.if | 2 ++ refpolicy/policy/modules/services/ssh.te | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/refpolicy/policy/modules/services/ssh.if b/refpolicy/policy/modules/services/ssh.if index 1ea248ebf..7c7f58b89 100644 --- a/refpolicy/policy/modules/services/ssh.if +++ b/refpolicy/policy/modules/services/ssh.if @@ -120,6 +120,7 @@ template(`ssh_basic_client_template',` corenet_tcp_sendrecv_all_nodes($1_ssh_t) corenet_tcp_sendrecv_all_ports($1_ssh_t) corenet_tcp_connect_ssh_port($1_ssh_t) + corenet_sendrecv_ssh_client_packets($1_ssh_t) dev_read_urand($1_ssh_t) @@ -506,6 +507,7 @@ template(`ssh_server_template', ` corenet_tcp_bind_all_nodes($1_t) corenet_udp_bind_all_nodes($1_t) corenet_tcp_connect_all_ports($1_t) + corenet_sendrecv_ssh_server_packets($1_t) dev_read_urand($1_t) diff --git a/refpolicy/policy/modules/services/ssh.te b/refpolicy/policy/modules/services/ssh.te index 69b76a4db..eb5da0d19 100644 --- a/refpolicy/policy/modules/services/ssh.te +++ b/refpolicy/policy/modules/services/ssh.te @@ -1,5 +1,5 @@ -policy_module(ssh,1.3.3) +policy_module(ssh,1.3.4) ######################################## #