LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-20-2009, 06:21 PM   #1
kuwaitikid
Member
 
Registered: Dec 2003
Location: Kuwait
Posts: 46

Rep: Reputation: 15
Summary: SELinux is preventing vbetool (vbetool_t) "read write" to ./video.rom


Could someone please help me how to fix this problem which is preventing me from playing streaming video. When I look consult the SE Linux trouble shooter I get this message:

SELinux is preventing vbetool (vbetool_t) "read write" to ./video.rom
(var_run_t).


Previously I had this all running and when I installed Open Office I got my streaming video stopped working. I am using MPlayer and Gecko video players.


Summary:

SELinux is preventing vbetool (vbetool_t) "read write" to ./video.rom
(var_run_t).

Detailed Description:

SELinux denied access requested by vbetool. It is not expected that this access
is required by vbetool and this access may signal an intrusion attempt. It is
also possible that the specific version or configuration of the application is
causing it to require additional access.

Allowing Access:

Sometimes labeling problems can cause SELinux denials. You could try to restore
the default system file context for ./video.rom,

restorecon -v './video.rom'

If this does not work, there is currently no automatic way to allow this access.
Instead, you can generate a local policy module to allow this access - see FAQ
(http://fedora.redhat.com/docs/selinu...fc5/#id2961385) Or you can disable
SELinux protection altogether. Disabling SELinux protection is not recommended.
Please file a bug report (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi)
against this package.

Additional Information:

Source Context system_u:system_r:vbetool_t:s0
Target Context system_ubject_r:var_run_t:s0
Target Objects ./video.rom [ file ]
Source vbetool
Source Path /usr/sbin/vbetool
Port <Unknown>
Host Linux
Source RPM Packages vbetool-1.1-1.fc10
Target RPM Packages
Policy RPM selinux-policy-3.5.13-18.fc10
Selinux Enabled True
Policy Type targeted
MLS Enabled True
Enforcing Mode Enforcing
Plugin Name catchall_file
Host Name Linux
Platform Linux Linux 2.6.27.5-117.fc10.i686 #1 SMP Tue Nov
18 12:19:59 EST 2008 i686 i686
Alert Count 1
First Seen Sat 03 Oct 2009 06:06:00 AM AST
Last Seen Sat 03 Oct 2009 06:06:00 AM AST
Local ID e60fde3f-83de-4b7e-b813-51bc0c253bab
Line Numbers

Raw Audit Messages

node=Linux type=AVC msg=audit(1254539160.427:76): avc: denied { read write } for pid=28178 comm="vbetool" name="video.rom" dev=dm-0 ino=2326540 scontext=system_u:system_r:vbetool_t:s0 tcontext=system_ubject_r:var_run_t:s0 tclass=file

node=Linux type=SYSCALL msg=audit(1254539160.427:76): arch=40000003 syscall=5 success=no exit=-13 a0=bf851fb6 a1=2 a2=0 a3=bf851fb6 items=0 ppid=28175 pid=28178 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="vbetool" exe="/usr/sbin/vbetool" subj=system_u:system_r:vbetool_t:s0 key=(null)
 
Old 10-20-2009, 08:08 PM   #2
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
i'd say disable it.
 
Old 10-20-2009, 08:23 PM   #3
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
http://www.crypt.gen.nz/selinux/disa...inux.html#DIS3
 
Old 10-20-2009, 08:48 PM   #4
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
SeLinux Can be a great payne

http://wetalklinux.com/index.php?topic=13.0

We have wrote some helpfull information on it. Basically getting start with SeLinux. Check it out it may help.
 
Old 10-20-2009, 09:24 PM   #5
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
basically useless?
anyway i will not debate this because the OP does not benefit from it
 
Old 10-20-2009, 09:52 PM   #6
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by smeezekitty View Post
basically useless?
anyway i will not debate this because the OP does not benefit from it

It is a little information that will help out when some people are having issues with Selinux so if you don't have anything to help the OP then don't comment please.
 
Old 10-20-2009, 10:11 PM   #7
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
i did help by posting http://www.crypt.gen.nz/selinux/disa...inux.html#DIS3
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SELinux is preventing certwatch (certwatch_t) "write" to ./cache CZTY Linux - Software 3 09-12-2009 01:57 AM
SELinux is preventing in.tftpd (tftpd_t) "write" to my tftp server designlogicmedia Linux - Newbie 4 09-07-2009 11:30 AM
SELinux is preventing hp (hplip_t) "search" to ./dbus (system_dbusd_var_run_t). CyberJet Linux - Newbie 4 11-13-2008 12:41 PM
"selinux is preventing sshd getattr to /usr/NX/home.nx" ericcarlson Fedora 3 08-25-2008 12:04 PM
RH9 "remounting root filesystem in read-write mode" ChrisHax Linux - Newbie 3 07-23-2004 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration