Bug 674725

Summary: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process
Product: [Fedora] Fedora Reporter: Wendell Baker <wendellcraigbaker>
Component: pidginAssignee: Stu Tomlinson <stu>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 14CC: itamar, stu
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-16 15:53:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Wendell Baker 2011-02-03 02:28:52 UTC
Description of problem:

/var/log/messages sez
Feb  2 18:19:50 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:58 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:58 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:59 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:59 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1


Version-Release number of selected component (if applicable):

$ cat /etc/fedora-release
Fedora release 14 (Laughlin)

$ rpm -q pidgin
pidgin-2.7.9-1.fc14.i686

$ rpm -q -a | grep pidgin | sort
pidgin-2.7.9-1.fc14.i686
pidgin-docs-2.7.9-1.fc14.i686
pidgin-guifications-2.16-4.fc12.i686
pidgin-latex-1.4.3-1.fc14.i686
pidgin-libnotify-0.14-4.fc14.i686
pidgin-otr-3.2.0-3.fc12.i686
pidgin-perl-2.7.9-1.fc14.i686
pidgin-privacy-please-0.6.4-1.fc14.i686
pidgin-rhythmbox-2.0-5.fc12.i686
purple-plugin_pack-pidgin-2.6.3-1.fc14.i686
purple-plugin_pack-pidgin-xmms-2.6.3-1.fc14.i686

How reproducible:

unclear ... I don't know what caused it actually.  At I plugged an SD card into the tablet and was fishing around with digikam.  I wasn't interacting with pidgin.  But pidgin does stuff in the background for you ...

Steps to Reproduce:
1. pidgin
2. login to yahoo, facebook
3. let it idle forever
  
Actual results:

sealerts exist

Expected results:

no sealerts in /var/log/messages

Additional info:




$ sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
SELinux is preventing /usr/bin/pidgin from using the execstack access on a process.

*****  Plugin allow_execstack (53.1 confidence) suggests  ********************

If you do not think /usr/bin/pidgin should need to map stack memory that is both writable and executable.
Then you need to report a bug. This is a potentially dangerous access.
Do
contact your security administrator and report this issue.

*****  Plugin catchall_boolean (42.6 confidence) suggests  *******************

If you want to allow unconfined executables to make their stack executable.  This should never, ever be necessary. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla
Then you must tell SELinux about this by enabling the 'allow_execstack' boolean.
Do
setsebool -P allow_execstack 1

*****  Plugin catchall (5.76 confidence) suggests  ***************************

If you believe that pidgin should be allowed execstack access on processes labeled unconfined_t by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# grep /usr/bin/pidgin /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Comment 1 Wendell Baker 2011-02-03 02:31:56 UTC
In point of fact, the plugging in of the SD card was the causal factor.  It started with the insertion of the SD and ceased with the removal.  Here are *ALL* the entries from /var/log/messages from that timeframe.




Feb  2 18:15:33 pert kernel: [766766.886696] mmc0: new SD card at address ab1e
Feb  2 18:15:33 pert kernel: [766766.930541] mmcblk0: mmc0:ab1e SD512 488 MiB (ro)
Feb  2 18:15:33 pert kernel: [766766.934593]  mmcblk0: p1
Feb  2 18:16:59 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:00 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:00 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:01 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:01 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:02 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:02 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:02 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:33 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:33 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:33 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:40 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:40 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:42 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:42 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:45 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:46 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:48 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:50 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:51 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:52 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:52 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:53 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:54 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:55 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:56 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:58 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:17:59 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:01 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:03 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:04 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:05 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:06 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:27 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:29 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:29 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:31 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:32 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:33 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:34 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:35 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:36 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:37 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:37 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:37 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:37 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:38 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:38 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:38 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:38 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:38 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:38 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:39 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:39 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:39 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:43 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:43 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:46 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:18:46 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:23 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:23 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:50 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:50 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:58 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:58 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:59 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:19:59 pert setroubleshoot: SELinux is preventing /usr/bin/pidgin from using the execstack access on a process. For complete SELinux messages. run sealert -l 2756990b-468a-461c-80cb-ef2f7054b5a1
Feb  2 18:20:06 pert kernel: [767039.628273] mmc0: card ab1e removed

Comment 2 Fedora End Of Life 2012-08-16 15:53:15 UTC
This message is a notice that Fedora 14 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 14. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained.  At this time, all open bugs with a Fedora 'version'
of '14' have been closed as WONTFIX.

(Please note: Our normal process is to give advanced warning of this 
occurring, but we forgot to do that. A thousand apologies.)

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, feel free to reopen 
this bug and simply change the 'version' to a later Fedora version.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we were unable to fix it before Fedora 14 reached end of life. If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora, you are encouraged to click on 
"Clone This Bug" (top right of this page) and open it against that 
version of Fedora.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping