Bug 193932

Summary: Firefox Calendar Extension won't run with SELinux Enabled
Product: [Fedora] Fedora Reporter: Pete Graner <pgraner>
Component: policyAssignee: Daniel Walsh <dwalsh>
Status: CLOSED WONTFIX QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: dwalsh, pgraner
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-06-22 17:32: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:
Embargoed:
Attachments:
Description Flags
Screen shot of error none

Description Pete Graner 2006-06-03 00:27:15 UTC
Description of problem: After install the Firefox calendar extension, it won't
run. A dialog pops up and says its not installed properly (see attached screen
shot).


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


How reproducible: Every time


AVC:

Jun  2 19:54:44 meatwad kernel: audit(1149292484.053:7): avc:  denied  { execmod
} for  pid=3117 comm="firefox-bin" name="libxpical.so" dev=dm-0 ino=8286765
scontext=user_u:system_r:unconfined_t:s0 tcontext=user_u:object_r:user_home_t:s0
tclass=file

Comment 1 Pete Graner 2006-06-03 00:27:15 UTC
Created attachment 130436 [details]
Screen shot of error

Comment 2 Daniel Walsh 2006-06-06 19:38:44 UTC
Where is the library stored?  This is a bug in the building of this library and
should be reported to upstream

http://people.redhat.com/~drepper/selinux-mem.html

Explains the problem.

You can make SELinux allow it by executing

chcon -t textrel_shlib_t PATHTO/libxpical.so


Comment 3 Pete Graner 2006-06-06 19:49:01 UTC
The chcon fixed it.

Libary is in /home/[username]/.mozilla/[random_string]/plugins

I'll do the upstraeam report and put bz number here.