[mythtv-commits] mythtv commit: r23835 by mdean

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Mar 28 19:40:40 UTC 2010


      Author: mdean
        Date: 2010-03-28 19:40:40 +0000 (Sun, 28 Mar 2010)
New Revision: 23835
   Changeset: http://svn.mythtv.org/trac/changeset/23835

Modified:

   trunk/mythtv/programs/mythbackend/main.cpp

Log:

Fixes #7832.  Set the supplemental group IDs appropriately when changing the process persona for the --user command-line argument to mythbackend.

This change uses a slightly simplified version of Mario's patch on the ticket and puts the code that sets the supplemental group IDs after the call to setgid() to be slightly more portable (even though none of the platforms on which MythTV runs would have had issues with the other approach).

Thanks to Mario L. for the work on the --user command-line argument.





More information about the mythtv-commits mailing list