pcp
[Top] [All Lists]

pcp updates: initgroups, scandir fixes

To: pcp@xxxxxxxxxxx
Subject: pcp updates: initgroups, scandir fixes
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon, 21 Jan 2013 17:18:47 -0500 (EST)
Delivered-to: pcp@xxxxxxxxxxx
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Changes committed to git://oss.sgi.com/pcp/pcp.git dev

 src/libpcp/src/util.c   |   15 +++++++++++++--
 src/pmdas/bash/event.c  |    5 +++++
 src/pmdas/mailq/mailq.c |   15 ++++++++-------
 src/pmdas/mmv/mmv.c     |    2 +-
 src/pmproxy/pmproxy.c   |   17 +----------------
 5 files changed, 28 insertions(+), 26 deletions(-)

commit 5e01b61bf89316086fe569f6eb0254c67c9c3349
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Tue Jan 22 09:16:16 2013 +1100

    Initialize the supplementary group access list for all daemons
    
    Ensure __pmSetProcessIdentity correctly initializes supplementary
    group access list, so that we don't end up with whatever was set
    there by the caller (which can include group 0 and other system
    groups).
    
    Update pmproxy to call __pmSetProcessIdentity instead of the open
    coded implementation it had previously (from the days when it ran
    as user "nobody").

commit 643779ee9f1aa3bd31e1c0cf1b3833beb2052465
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Mon Jan 21 14:54:25 2013 +1100

    Fix memory leak on scandir failure in several PMDAs

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: initgroups, scandir fixes, Nathan Scott <=