Hi<br><br>I&#39;m trying to create an SELinux policy for an rpm software installation. I&#39;ve been getting sealerts in the var/log/messages but I am unable to view them due to this error, <br><br><i>[root@nmk-centos-60-1 policy]# sealert -l 6a6e02bc-23a7-4e55-adab-b06d0cdc2832<br>
Error<br>query_alerts error (1003): id (6a6e02bc-23a7-4e55-adab-b06d0cdc2832) not found<br></i><br>I believe this has to do with the setroubleshoot daemon not running.<br><i><br>[root@nmk-centos-60-1 policy]# service setroubleshoot status<br>
setroubleshoot: unrecognized service<br>[root@nmk-centos-60-1 policy]# service --status-all | grep setro</i><br><br>I have the setroubleshoot softwares installed<br><i><br>[root@nmk-centos-60-1 policy]# rpm -qa | grep setroubles<br>
92:setroubleshoot-server-3.0.38-2.1.el6.x86_64<br>425:setroubleshoot-plugins-3.0.16-1.el6.noarch<br>426:setroubleshoot-3.0.38-2.1.el6.x86_64<br>587:setroubleshoot-doc-3.0.38-2.1.el6.x86_64<br>[root@nmk-centos-60-1 policy]# <br>
</i><br>
I don&#39;t see the setroubleshoot rpms creating any init script file in init.d or elsewhere. <br><i><br>
[root@nmk-centos-60-1 policy]# rpm -qa --list setroubleshoot-server  | grep -v ^/usr<br>
1:/etc/audisp/plugins.d/sedispatch.conf<br>
2:/etc/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf<br>
3:/etc/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf<br>
4:/etc/logrotate.d/setroubleshoot<br>
5:/etc/setroubleshoot<br>
6:/etc/setroubleshoot/setroubleshoot.conf<br>
172:/var/lib/setroubleshoot<br>
173:/var/lib/setroubleshoot/email_alert_recipients<br>
174:/var/lib/setroubleshoot/setroubleshoot_database.xml<br>
175:/var/log/setroubleshoot<br>
176:/var/run/setroubleshoot<br><br></i>SELinux is running in permissive mode with mls type on my system.<i><br><br>[root@nmk-centos-60-1 policy]# sestatus<br>SELinux status:                 enabled<br>SELinuxfs mount:                /selinux<br>
Current mode:                   permissive<br>Mode from config file:          permissive<br>Policy version:                 24<br>Policy from config file:        mls<br><br></i>I am running Centos 6.0<i><br><br>[root@nmk-centos-60-1 policy]# cat /etc/issue<br>
CentOS Linux release 6.0 (Final)<br>Kernel \r on an \m<br>[root@nmk-centos-60-1 policy]# uname -a<br>Linux nmk-centos-60-1 2.6.32-71.el6.x86_64 #1 SMP Fri May 20 03:51:51 BST 2011 x86_64 x86_64 x86_64 GNU/Linux<br>[root@nmk-centos-60-1 policy]# <br>
</i><br>1) Did I miss anything with regards to the troubleshooting daemon installation ?<br>2) How can I fix the query alert error and view the sealert output ?<br><br>Nabeel <br>