Bug 991144 - SELinux is preventing /usr/lib/nspluginwrapper/npviewer.bin from 'create' accesses on the file C:\nppdf32Log\debuglog.txt.
Summary: SELinux is preventing /usr/lib/nspluginwrapper/npviewer.bin from 'create' acc...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:866452cdddf2ed91bce88882c04...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-01 17:36 UTC by vinesh teotia
Modified: 2013-08-02 14:43 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-02 07:39:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description vinesh teotia 2013-08-01 17:36:04 UTC
Description of problem:
SELinux is preventing /usr/lib/nspluginwrapper/npviewer.bin from 'create' accesses on the file C:\nppdf32Log\debuglog.txt.

*****  Plugin mozplugger (99.1 confidence) suggests  *************************

If you want to use the plugin package
Then you must turn off SELinux controls on the Firefox plugins.
Do
# setsebool unconfined_mozilla_plugin_transition 0

*****  Plugin catchall (1.81 confidence) suggests  ***************************

If you believe that npviewer.bin should be allowed create access on the C:\nppdf32Log\debuglog.txt file 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 npviewer.bin /var/log/audit/audit.log | audit2allow -M mypol
# semodule -i mypol.pp

Additional Information:
Source Context                unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c
                              0.c1023
Target Context                unconfined_u:object_r:user_home_t:s0
Target Objects                C:\nppdf32Log\debuglog.txt [ file ]
Source                        npviewer.bin
Source Path                   /usr/lib/nspluginwrapper/npviewer.bin
Port                          <Unknown>
Host                          (removed)
Source RPM Packages           nspluginwrapper-1.4.4-17.fc19.i686
Target RPM Packages           
Policy RPM                    selinux-policy-3.12.1-66.fc19.noarch
Selinux Enabled               True
Policy Type                   targeted
Enforcing Mode                Enforcing
Host Name                     (removed)
Platform                      Linux (removed) 3.10.3-300.fc19.x86_64 #1 SMP Fri
                              Jul 26 00:00:58 UTC 2013 x86_64 x86_64
Alert Count                   9
First Seen                    2013-08-01 14:46:58 IST
Last Seen                     2013-08-01 23:04:49 IST
Local ID                      2bcbc07d-f067-47fc-b7e7-698e55730e07

Raw Audit Messages
type=AVC msg=audit(1375378489.813:426): avc:  denied  { create } for  pid=1977 comm="npviewer.bin" name="C:\nppdf32Log\debuglog.txt" scontext=unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:user_home_t:s0 tclass=file


type=SYSCALL msg=audit(1375378489.813:426): arch=i386 syscall=fstat per=8 success=no exit=EACCES a0=f63aa93a a1=441 a2=1b6 a3=876a388 items=0 ppid=1895 pid=1977 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=1 tty=(none) comm=npviewer.bin exe=/usr/lib/nspluginwrapper/npviewer.bin subj=unconfined_u:unconfined_r:mozilla_plugin_t:s0-s0:c0.c1023 key=(null)

Hash: npviewer.bin,mozilla_plugin_t,user_home_t,file,create

Additional info:
reporter:       libreport-2.1.5
hashmarkername: setroubleshoot
kernel:         3.10.3-300.fc19.x86_64
type:           libreport

Potential duplicate: bug 828861

Comment 1 Miroslav Grepl 2013-08-02 07:39:24 UTC
Where is "C:\nppdf32Log\debuglog.txt"  located?

Try to run

# restorecon -R -v /home

to fix this issue. If not, run

# setsebool unconfined_mozilla_plugin_transition 0

Comment 2 Daniel Walsh 2013-08-02 14:43:06 UTC
Looks like they have the mozplugger installed.

Either disable the protection or remove mozplugger.

# setsebool unconfined_mozilla_plugin_transition 0


Note You need to log in before you can comment on or make changes to this bug.