[selinux-policy: 3166/3172] Fix mozilla_run_plugin interface

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 23:41:34 UTC 2010


commit 039c65f92fc219376fdf01c246d1c96651e40a0f
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Oct 6 09:20:27 2010 -0400

    Fix mozilla_run_plugin interface

 policy/modules/apps/mozilla.if |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/apps/mozilla.if b/policy/modules/apps/mozilla.if
index 7615dc2..b0c1197 100644
--- a/policy/modules/apps/mozilla.if
+++ b/policy/modules/apps/mozilla.if
@@ -235,7 +235,7 @@ interface(`mozilla_run_plugin',`
 
 	mozilla_domtrans_plugin($1)
 	role $2 types mozilla_plugin_t;
-	allow $2 mozilla_plugin_t:unix_stream_socket connectto;
+	allow $1 mozilla_plugin_t:unix_stream_socket connectto;
 ')
 
 ########################################


More information about the scm-commits mailing list