Bug 512972 - SELinux is preventing maxima from changing the access protection of memory on the heap.
Summary: SELinux is preventing maxima from changing the access protection of memory on...
Keywords:
Status: CLOSED DUPLICATE of bug 496124
Alias: None
Product: Fedora
Classification: Fedora
Component: maxima
Version: 11
Hardware: i386
OS: Linux
low
high
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-07-21 14:43 UTC by maurenzig
Modified: 2009-07-21 18:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-21 18:13:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
message of selinux (2.76 KB, text/plain)
2009-07-21 14:45 UTC, maurenzig
no flags Details

Description maurenzig 2009-07-21 14:43:16 UTC
Description of problem:
SELinux is preventing maxima from changing the access protection of memory on the heap. 

Version-Release number of selected component (if applicable):
maxima.i586 5.17.1-7.fc11

How reproducible:
always

Steps to Reproduce:
1.just launch maxima
2.
3.
  
Actual results:
The maxima application attempted to change the access protection of memory on the heap (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 maxima 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. 

Expected results:


Additional info:
Linux localhost.localdomain 2.6.29.5-191.fc11.i686.PAE #1 SMP Tue Jun 16 23:19:53 EDT 2009 i686 i686 i386 GNU/Linux

Comment 1 maurenzig 2009-07-21 14:45:38 UTC
Created attachment 354492 [details]
message of selinux

Comment 2 Rex Dieter 2009-07-21 14:52:54 UTC
What maxima-runtime are you using?

ie, output of:

$ rpm -qa maxima-runtime-*

Comment 3 Rex Dieter 2009-07-21 15:03:20 UTC
In particular, maxima-runtime-gcl is known to be problematic atm, I'd recommend using maxima-runtime-sbcl instead.

Comment 4 maurenzig 2009-07-21 15:36:05 UTC
rpm -qa maxima-runtime-*

maxima-runtime-gcl-5.17.1-7.fc11.i586

Comment 5 maurenzig 2009-07-21 15:50:17 UTC
it seems to work after installing maxima-runtime-sbcl.
May I uninstall maxima-runtime-gcl??
I installed only wxmaxima and maxima and maxima-runtime-gcl were loaded automatically.
From point of view of functionality are they equivalent?

Comment 6 Rex Dieter 2009-07-21 18:13:25 UTC
Most maxima-runtime-* pkgs are functionally equivalent, so you can remove -gcl, sure.  It's just unfortuate because we intend -sbcl to be the default, but yum currently satisfies (virtual) dependencies by pkgs with the shortest name.

*** This bug has been marked as a duplicate of bug 496124 ***


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