[selinux-policy: 592/3172] fix quoting

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:55:51 UTC 2010


commit 6d12276bf53930f253920a562cd0533a8ab5a794
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Aug 24 20:18:28 2005 +0000

    fix quoting

 refpolicy/policy/support/loadable_module.spt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/policy/support/loadable_module.spt b/refpolicy/policy/support/loadable_module.spt
index a520bec..71954e1 100644
--- a/refpolicy/policy/support/loadable_module.spt
+++ b/refpolicy/policy/support/loadable_module.spt
@@ -115,7 +115,7 @@ define(`gen_tunable',`
 		# instead of bool when
 		# loadable modules support
 		# tunables
-		bool $1 dflt_or_overr($1'_conf,$2);
+		bool $1 dflt_or_overr(`$1'_conf,$2);
 	')
 ')
 
@@ -135,7 +135,7 @@ define(`tunable_policy',`
 		# will go here instead of a
 		# conditional when loadable
 		# modules support tunables
-		if ($1') {
+		if (`$1') {
 			$2
 		} else {
 			$3


More information about the scm-commits mailing list