LWN.net Logo

Please READ the GTK+ statement

Please READ the GTK+ statement

Posted Feb 10, 2005 19:17 UTC (Thu) by dwheeler (guest, #1216)
Parent article: Audio latency goes full circle

The solution here is disturbingly simple: Split the GUI and audio parts into separate processes, and give only the audio processes the extre permissions. You can do this by using a helper app, JUST as the GTK+ error message says. The GUI part doesn't need the extra privs, only the audio part does, so give only the audio part the extra privs.


(Log in to post comments)

Please READ the GTK+ statement

Posted Feb 11, 2005 13:44 UTC (Fri) by coolian (guest, #14818) [Link]

And how does one determine, on-the-fly, which is a regular process and
which is an audio process?

Please READ the GTK+ statement

Posted Feb 12, 2005 13:36 UTC (Sat) by pkolloch (subscriber, #21709) [Link]

by marking the binary as "set group id"

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds