[selinux-policy: 1482/3172] packets for users

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:13:27 UTC 2010


commit bfad8863b49d68e8025e88f489c22956a9b6d36e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri May 26 14:40:12 2006 +0000

    packets for users

 refpolicy/policy/modules/system/userdomain.if |    2 ++
 refpolicy/policy/modules/system/userdomain.te |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/policy/modules/system/userdomain.if b/refpolicy/policy/modules/system/userdomain.if
index 41b44eb..14006cb 100644
--- a/refpolicy/policy/modules/system/userdomain.if
+++ b/refpolicy/policy/modules/system/userdomain.if
@@ -176,6 +176,8 @@ template(`base_user_template',`
 	corenet_udp_bind_all_nodes($1_t)
 	corenet_udp_bind_generic_port($1_t)
 	corenet_tcp_connect_all_ports($1_t)
+	corenet_sendrecv_generic_packets($1_t)
+	corenet_sendrecv_all_client_packets($1_t)
 
 	dev_read_input($1_t)
 	dev_read_misc($1_t)
diff --git a/refpolicy/policy/modules/system/userdomain.te b/refpolicy/policy/modules/system/userdomain.te
index 5cda678..48b137c 100644
--- a/refpolicy/policy/modules/system/userdomain.te
+++ b/refpolicy/policy/modules/system/userdomain.te
@@ -1,5 +1,5 @@
 
-policy_module(userdomain,1.3.23)
+policy_module(userdomain,1.3.24)
 
 gen_require(`
 	role sysadm_r, staff_r, user_r;


More information about the scm-commits mailing list