Comment 3 for bug 1269473

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/67905
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=c656e1894918d774fa841214f2e00af8a4a66b44
Submitter: Jenkins
Branch: master

commit c656e1894918d774fa841214f2e00af8a4a66b44
Author: David Moreau Simard <email address hidden>
Date: Mon Jan 20 13:30:58 2014 -0500

    Add secondary groups to user during privilege escalation

    setgid provides the primary group, setgroups sets the secondary
    groups. Prior to this patch, we would do a setgroups with an empty
    list, effectively wiping secondary groups. We now verify which
    secondary groups the user is member of and escalate the privileges
    accordingly.

    Change-Id: I33a10edd448b3ac5aa758a8d1d70e582cf421c7d
    Closes-Bug: 1269473