Bug 525757
| Summary: | [abrt] crash detected in setroubleshoot-server-2.2.30-1.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> | ||||
| Component: | setroubleshoot | Assignee: | Daniel Walsh <dwalsh> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | aalam, andreasfrische+redhat, atorkhov, azelinka, bug.on.kev1864, dr.diesel, dwalsh, flokip, gczarcinski, jdennis, mcepl, mcepl, mgrepl, mikewolf53, nicolas.mailhot, olivares14031, sg266, twaugh, zcerza | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:b28c0171 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-09-28 14:23:04 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 525860 | ||||||
| Bug Blocks: | 507678 | ||||||
| Attachments: |
|
||||||
|
Description
Tom London
2009-09-25 15:29:24 UTC
Created attachment 362686 [details]
File: backtrace
Any idea how/when this happened? Yeah, seems to happen when it starts... Happens every time I login, and/or every time I run Applications->System Tools->SELinux Troubleshooter +1 +1 +1 Not sure its related, but I'm seeing these from abrt:
type=AVC msg=audit(1253916540.408:274): avc: denied { write } for pid=1444 comm="abrtd" name="rpm" dev=dm-0 ino=18 scontext=system_u:system_r:abrt_t:s0 tcontext=system_u:object_r:rpm_var_lib_t:s0 tclass=dir
type=SYSCALL msg=audit(1253916540.408:274): arch=c000003e syscall=21 success=yes exit=0 a0=202c5f0 a1=2 a2=0 a3=0 items=0 ppid=1 pid=1444 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="abrtd" exe="/usr/sbin/abrtd" subj=system_u:system_r:abrt_t:s0 key=(null)
type=AVC msg=audit(1253916540.415:275): avc: denied { read write } for pid=1444 comm="abrtd" name="__db.001" dev=dm-0 ino=12840 scontext=system_u:system_r:abrt_t:s0 tcontext=system_u:object_r:rpm_var_lib_t:s0 tclass=file
type=AVC msg=audit(1253916540.415:275): avc: denied { open } for pid=1444 comm="abrtd" name="__db.001" dev=dm-0 ino=12840 scontext=system_u:system_r:abrt_t:s0 tcontext=system_u:object_r:rpm_var_lib_t:s0 tclass=file
type=SYSCALL msg=audit(1253916540.415:275): arch=c000003e syscall=2 success=yes exit=0 a0=204c4c0 a1=2 a2=0 a3=0 items=0 ppid=1 pid=1444 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="abrtd" exe="/usr/sbin/abrtd" subj=system_u:system_r:abrt_t:s0 key=(null)
and/or
#============= abrt_t ==============
allow abrt_t rpm_var_lib_t:dir { write add_name };
allow abrt_t rpm_var_lib_t:file { read write create open lock };
[root@tlondon ~]#
I downgraded the python-slip packages (from 0.2.5-1.fc12-> 0.2.4-1.fc12) and I believe sealert started working (at least from the command line). +1 downgrading python-slip just deffers the crash till you try to use sealert to report a bug (won't report the abrt-detected crash since it has my bugzilla password in it) +1 +1 +1 +1 +1 I consider this essential for debugging selinux related problems. The currect test candidate for F12 beta has this problem. Therefore, I am adding F12Beta as a blocker Fixed in python-slip-0.2.6-1.fc12 +1 +1 +1 +1 +1 +1 |