cgrim
14th October 2008, 08:42 PM
After upgrade on Fedora 10 a lot of applications (vlc, mplayer, amarok, kino, avidemux, ...) doesn't work because of SELinux prevention. I have to run something like this for all that aplications:
chcon -t unconfined_execmem_exec_t '/usr/bin/gmplayer'
SETroubleShooter shows this:
SELinux is preventing gmplayer from changing a writable memory segment executable.
The gmplayer application attempted to change the access protection of memory (e.g., allocated using malloc). This is a potential security problem. Applications should not be doing this. Applications are sometimes coded incorrectly and request this permission. The SELinux Memory Protection Tests web page explains how to remove this requirement. If gmplayer does not work and you need it to work, you can configure SELinux temporarily to allow this access until the application is fixed. Please file a bug report against this package.
Is it really application bug or is it SELinux problem or have I some virus which attacked that applications? ;-)
chcon -t unconfined_execmem_exec_t '/usr/bin/gmplayer'
SETroubleShooter shows this:
SELinux is preventing gmplayer from changing a writable memory segment executable.
The gmplayer application attempted to change the access protection of memory (e.g., allocated using malloc). This is a potential security problem. Applications should not be doing this. Applications are sometimes coded incorrectly and request this permission. The SELinux Memory Protection Tests web page explains how to remove this requirement. If gmplayer does not work and you need it to work, you can configure SELinux temporarily to allow this access until the application is fixed. Please file a bug report against this package.
Is it really application bug or is it SELinux problem or have I some virus which attacked that applications? ;-)