Bug 179105

Summary: ekiga doesn't start unless allow_execstack is set to 1
Product: [Fedora] Fedora Reporter: Jeff Needle <jneedle>
Component: ekigaAssignee: Daniel Veillard <veillard>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: drepper
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-28 22:15:01 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 Jeff Needle 2006-01-27 14:43:05 UTC
Description of problem:

ekiga is a relatively new package in Fedora.  It won't start without setting
allow_execstack.

$ ekiga
ekiga: error while loading shared libraries: libSDL-1.2.so.0: cannot enable
executable stack as shared object requires: Permission denied

Version-Release number of selected component (if applicable):

ekiga-1.99.0-1, SDL-1.2.9-3, selinux-policy-targeted-2.2.5-1

How reproducible:

Always

Steps to Reproduce:
1. ekiga
  
Actual results:

$ ekiga
ekiga: error while loading shared libraries: libSDL-1.2.so.0: cannot enable
executable stack as shared object requires: Permission denied

Expected results:

$ ekiga
X11 connection rejected because of wrong authentication.
The application 'ekiga' lost its connection to the display localhost:10.0;
most likely the X server was shut down or you killed/destroyed
the application.

;-)

Additional info:

Works after setsebool allow_execstack 1

Comment 1 Daniel Walsh 2006-01-28 21:28:28 UTC
Why does ekiga need allow_execstack.  This is probably a bad thing.

http://people.redhat.com/drepper/selinux-mem.html

Comment 2 Daniel Walsh 2006-01-28 22:15:01 UTC
Seems to be fixed in todays rawhide.