All of lore.kernel.org
 help / color / mirror / Atom feed
* [refpolicy] [ nis patch 1/1] Remove dontaudit interface calls because access is granted.
@ 2010-04-20 16:59 Dominick Grift
  2010-04-27 13:21 ` Christopher J. PeBenito
  0 siblings, 1 reply; 2+ messages in thread
From: Dominick Grift @ 2010-04-20 16:59 UTC (permalink / raw)
  To: refpolicy

Issue want introduced in 4b121a5f534d93ae0451e1a2ecf5917285238541

Signed-off-by: Dominick Grift <domg472@gmail.com>
---
:100644 100644 573b05c... e9d7dea... M	policy/modules/services/nis.te
 policy/modules/services/nis.te |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/policy/modules/services/nis.te b/policy/modules/services/nis.te
index 573b05c..e9d7dea 100644
--- a/policy/modules/services/nis.te
+++ b/policy/modules/services/nis.te
@@ -262,8 +262,6 @@ corenet_tcp_bind_reserved_port(ypserv_t)
 corenet_udp_bind_reserved_port(ypserv_t)
 corenet_tcp_bind_all_rpc_ports(ypserv_t)
 corenet_udp_bind_all_rpc_ports(ypserv_t)
-corenet_dontaudit_tcp_bind_all_reserved_ports(ypserv_t)
-corenet_dontaudit_udp_bind_all_reserved_ports(ypserv_t)
 corenet_sendrecv_generic_server_packets(ypserv_t)
 
 dev_read_sysfs(ypserv_t)
@@ -332,8 +330,6 @@ corenet_tcp_bind_reserved_port(ypxfr_t)
 corenet_udp_bind_reserved_port(ypxfr_t)
 corenet_tcp_bind_all_rpc_ports(ypxfr_t)
 corenet_udp_bind_all_rpc_ports(ypxfr_t)
-corenet_dontaudit_tcp_bind_all_reserved_ports(ypxfr_t)
-corenet_dontaudit_udp_bind_all_reserved_ports(ypxfr_t)
 corenet_tcp_connect_all_ports(ypxfr_t)
 corenet_sendrecv_generic_server_packets(ypxfr_t)
 corenet_sendrecv_all_client_packets(ypxfr_t)
-- 
1.7.0.1

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100420/3ce93612/attachment.bin 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [refpolicy] [ nis patch 1/1] Remove dontaudit interface calls because access is granted.
  2010-04-20 16:59 [refpolicy] [ nis patch 1/1] Remove dontaudit interface calls because access is granted Dominick Grift
@ 2010-04-27 13:21 ` Christopher J. PeBenito
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher J. PeBenito @ 2010-04-27 13:21 UTC (permalink / raw)
  To: refpolicy

On Tue, 2010-04-20 at 18:59 +0200, Dominick Grift wrote:
> Issue want introduced in 4b121a5f534d93ae0451e1a2ecf5917285238541

These accesses aren't allowed.  They dontaudit bind on all ports < 1024.
The corenet_*_bind_reserved_port() just allows access to generic ports <
1024.

> Signed-off-by: Dominick Grift <domg472@gmail.com>
> ---
> :100644 100644 573b05c... e9d7dea... M	policy/modules/services/nis.te
>  policy/modules/services/nis.te |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/policy/modules/services/nis.te b/policy/modules/services/nis.te
> index 573b05c..e9d7dea 100644
> --- a/policy/modules/services/nis.te
> +++ b/policy/modules/services/nis.te
> @@ -262,8 +262,6 @@ corenet_tcp_bind_reserved_port(ypserv_t)
>  corenet_udp_bind_reserved_port(ypserv_t)
>  corenet_tcp_bind_all_rpc_ports(ypserv_t)
>  corenet_udp_bind_all_rpc_ports(ypserv_t)
> -corenet_dontaudit_tcp_bind_all_reserved_ports(ypserv_t)
> -corenet_dontaudit_udp_bind_all_reserved_ports(ypserv_t)
>  corenet_sendrecv_generic_server_packets(ypserv_t)
>  
>  dev_read_sysfs(ypserv_t)
> @@ -332,8 +330,6 @@ corenet_tcp_bind_reserved_port(ypxfr_t)
>  corenet_udp_bind_reserved_port(ypxfr_t)
>  corenet_tcp_bind_all_rpc_ports(ypxfr_t)
>  corenet_udp_bind_all_rpc_ports(ypxfr_t)
> -corenet_dontaudit_tcp_bind_all_reserved_ports(ypxfr_t)
> -corenet_dontaudit_udp_bind_all_reserved_ports(ypxfr_t)
>  corenet_tcp_connect_all_ports(ypxfr_t)
>  corenet_sendrecv_generic_server_packets(ypxfr_t)
>  corenet_sendrecv_all_client_packets(ypxfr_t)
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy

-- 
Chris PeBenito
Tresys Technology, LLC

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-27 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-20 16:59 [refpolicy] [ nis patch 1/1] Remove dontaudit interface calls because access is granted Dominick Grift
2010-04-27 13:21 ` Christopher J. PeBenito

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.