[mythtv-commits] Ticket #711: SUID will not create a privileged thread for realtime video timing.

MythTV mythtv at cvs.mythtv.org
Fri Nov 25 14:11:22 EST 2005


#711: SUID will not create a privileged thread for realtime video timing.
--------------------+-------------------------------------------------------
 Reporter:  bjm     |       Owner:  ijr 
     Type:  defect  |      Status:  new 
 Priority:  minor   |   Milestone:  0.19
Component:  mythtv  |     Version:  head
 Severity:  medium  |  
--------------------+-------------------------------------------------------
With current Linux/glibc/etc. SUID processes are not longer allowed to
 create a thread with the effective userid (euid) privileges. [804X] adds
 VB_PLAYBACK output for mythfrontend to show the real and effective UIDs
 before and after the thread creation and the privileges of the thread.
 {{{
 2005-11-25 11:09:52.751 user: 2271 effective user: 0 before privileged
 thread
 2005-11-25 11:09:52.752 user: 2271 effective user: 0 after privileged
 thread
 2005-11-25 11:09:52.753 user: 2271 effective user: 2271 run_priv_thread
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/711>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list