[selinux-policy: 1518/3172] fix typo

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:16:29 UTC 2010


commit 9539535cccf339733786b86b963cfee299bc6d2a
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Jun 15 17:37:47 2006 +0000

    fix typo

 refpolicy/policy/modules/services/soundserver.if |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/soundserver.if b/refpolicy/policy/modules/services/soundserver.if
index cc6187f..4156204 100644
--- a/refpolicy/policy/modules/services/soundserver.if
+++ b/refpolicy/policy/modules/services/soundserver.if
@@ -12,10 +12,10 @@
 #
 interface(`soundserver_tcp_connect',`
 	gen_require(`
-		type soundserver_t;
+		type soundd_t;
 	')
 
-	allow $1 soundserver_t:tcp_socket { connectto recvfrom };
-	allow soundserver_t $1:tcp_socket { acceptfrom recvfrom };
+	allow $1 soundd_t:tcp_socket { connectto recvfrom };
+	allow soundd_t $1:tcp_socket { acceptfrom recvfrom };
 	kernel_tcp_recvfrom($1)
 ')


More information about the scm-commits mailing list