From 4fdb9f8e0bc6817b14d96a617efe181c94802f9e Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 18 Feb 2013 13:56:07 -0600 Subject: SELinux: Fix resolution of extra entries Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Client/Tools/SELinux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Bcfg2/Client/Tools/SELinux.py b/src/lib/Bcfg2/Client/Tools/SELinux.py index 414ca1f93..f2b868316 100644 --- a/src/lib/Bcfg2/Client/Tools/SELinux.py +++ b/src/lib/Bcfg2/Client/Tools/SELinux.py @@ -361,7 +361,7 @@ class SELinuxEntryHandler(object): """ find extra entries of this entry type """ specified = [self._key(e) for e in self.tool.getSupportedEntries() - if e.get("type") == self.etype] + if e.tag == "SE%s" % self.etype.title()] try: records = self.custom_records except ValueError: -- cgit v1.2.3-1-g7c22