Bug 125100

Summary: enhancement for j2sdk-1.5.0
Product: [Fedora] Fedora Reporter: Tom London <selinux>
Component: selinux-policy-strictAssignee: Daniel Walsh <dwalsh>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 2Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: selinux-policy-strict-1.13.3-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-03 17:38:50 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:

Description Tom London 2004-06-02 18:26:39 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

Description of problem:
Current file_contexts misses the mozilla plugin for j2sdk-1.5.0
(for my system, its in
/usr/java/j2sdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so)

Something like the following change would pick it up:

461c461
< /usr/java/j2re1.*/plugin/i386(/.*)?/lib.*\.so.* --
system_u:object_r:shlib_t
---
> /usr/java/j2.*/plugin/i386(/.*)?/lib.*\.so.* --
system_u:object_r:shlib_t



Version-Release number of selected component (if applicable):
selinux-policy-strict-1.13.2-4

How reproducible:
Always

Steps to Reproduce:
1. file_contexts fails to pickup up mozilla plugin for j2sdk-1.5.0
2.
3.
    

Additional info:

Comment 1 Daniel Walsh 2004-06-02 18:35:19 UTC
Added fix in selinux-policy-strict-1.13.2-8

Dan

Comment 2 Tom London 2004-06-03 17:38:50 UTC
Thanks!