[selinux-policy: 1719/3172] Fix clockspeed_run_cli() declaration, it was incorrectly defined as a template instead of an interfa

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:33:34 UTC 2010


commit 7a4bd42ea3a7f73382931eabce9f5fcd160eef70
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Thu Apr 19 14:24:02 2007 +0000

    Fix clockspeed_run_cli() declaration, it was incorrectly defined as a template instead of an interface.

 Changelog                             |    3 +++
 policy/modules/services/clockspeed.if |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index d11838d..511b6e4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,6 @@
+- Fix clockspeed_run_cli() declaration, it was incorrectly defined as a
+  template instead of an interface.
+
 * Tue Apr 17 2007 Chris PeBenito <selinux at tresys.com> - 20070417
 - Patch for sasl's use of kerberos from Dan Walsh.
 - Patches to confine ldconfig, udev, and insmod in the targeted policy from Dan Walsh.
diff --git a/policy/modules/services/clockspeed.if b/policy/modules/services/clockspeed.if
index 27dcff5..5dc0c2d 100644
--- a/policy/modules/services/clockspeed.if
+++ b/policy/modules/services/clockspeed.if
@@ -39,7 +39,7 @@ interface(`clockspeed_domtrans_cli',`
 ## </param>
 ## <rolecap/>
 #
-template(`clockspeed_run_cli',`
+interface(`clockspeed_run_cli',`
 	gen_require(`
 		type clockspeed_cli_t;
 	')


More information about the scm-commits mailing list