[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: setroubleshoot question: database.xml ?
- From: Stephen Smalley <sds tycho nsa gov>
- To: Tom London <selinux gmail com>
- Cc: fedora-selinux <fedora-selinux-list redhat com>
- Subject: Re: setroubleshoot question: database.xml ?
- Date: Thu, 18 Oct 2007 10:33:35 -0400
On Thu, 2007-10-18 at 07:37 -0700, Tom London wrote:
> I noticed that the initscript for setroubleshoot has a 'cleardb' entry
> that refers to /var/lib/setroubleshoot/database.xml:
>
> cleardb(){
> running=0
> [ -e /var/lock/subsys/$prog ] && running=1
> [ $running == 1 ] && stop
> echo $"Clearing database"
> rm -f /var/lib/setroubleshoot/database.xml
> [ $running == 1 ] && start
> return 0
> }
>
> But I don't seem to have that file:
>
> [tbl localhost init.d]$ ls -l /var/lib/setroubleshoot
> total 256
> -rw------- 1 root root 251139 2007-10-11 09:42 audit_listener_database.xml
> [tbl localhost init.d]$
>
> /usr/lib/python2.5/site-packages/setroubleshoot/config.py refers to
> audit_listener:
>
> 'database' : {
> 'database_dir' : {
> 'value' : '/var/lib/setroubleshoot',
> 'description' : '',
> },
> 'filename' : {
> 'value' : 'audit_listener',
> 'description' : '',
>
> Is there a mismatch here? My over reading?
looks like a bug to me - bugzilla it.
--
Stephen Smalley
National Security Agency
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]