[selinux-policy: 1982/3172] trunk: add an empty m4 string so the index macro is not invoked, to prevent a warning.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:56:12 UTC 2010


commit cc1eee120263523c7b79ac16acc698c537a4d25e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Aug 12 19:30:54 2008 +0000

    trunk: add an empty m4 string so the index macro is not invoked, to prevent a warning.

 policy/modules/admin/amanda.fc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/admin/amanda.fc b/policy/modules/admin/amanda.fc
index 3006bff..734bd71 100644
--- a/policy/modules/admin/amanda.fc
+++ b/policy/modules/admin/amanda.fc
@@ -3,7 +3,8 @@
 /etc/amanda/.*/tapelist(/.*)?		gen_context(system_u:object_r:amanda_data_t,s0)
 /etc/amandates				gen_context(system_u:object_r:amanda_amandates_t,s0)
 /etc/dumpdates				gen_context(system_u:object_r:amanda_dumpdates_t,s0)
-/etc/amanda/.*/index(/.*)?		gen_context(system_u:object_r:amanda_data_t,s0)
+# empty m4 string so the index macro is not invoked
+/etc/amanda/.*/index`'(/.*)?		gen_context(system_u:object_r:amanda_data_t,s0)
 
 /root/restore			-d	gen_context(system_u:object_r:amanda_recover_dir_t,s0)
 


More information about the scm-commits mailing list