Sealert produces error message 'tuple' object has no attribute 'split'.
Issue
- Sealert produces the error message
'tuple' object has no attribute 'split'at the command line and outputs a detail error message to /var/log/messages file.
Eg:
[root@example ~]# sealert -a audit.log
7% done'tuple' object has no attribute 'split'
100% donefound 1 alerts in audit.log
/var/log/messages:
Jul 5 09:04:29 example setroubleshoot: [avc.ERROR] Plugin Exception catchall_boolean #012Traceback (most recent call last):#012 File "/usr/lib64/python2.6/site-packages/setroubleshoot/analyze.py", line 191, in analyze_avc#012 report = plugin.analyze(avc)#012 File "/usr/share/setroubleshoot/plugins/catchall_boolean.py", line 90, in analyze#012 man_page = self.check_for_man(b)#012 File "/usr/share/setroubleshoot/plugins/catchall_boolean.py", line 76, in check_for_man#012 man_page = name.split("_")[0] + "_selinux"#012AttributeError: 'tuple' object has no attribute 'split'
Environment
- Red Hat Enterprise Linux 6.3
- sealert
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.