Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Additional groups lookup #559

Closed
wants to merge 3 commits into from

Conversation

mrunalp
Copy link
Contributor

@mrunalp mrunalp commented Apr 30, 2015

This PR modifies AdditionalGroups to be a string array and the lookup to translate to group ids is performed in the container as discussed in moby/moby#10717

Signed-off-by: Mrunal Patel mrunalp@gmail.com

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
@mrunalp
Copy link
Contributor Author

mrunalp commented Apr 30, 2015

@tianon PTAL :)

@mrunalp mrunalp changed the title Add groups lookup Additional groups lookup Apr 30, 2015
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
if err != nil {
return nil, fmt.Errorf("Failed to open group file: %v", err)
}
defer groupReader.Close()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think groupPath can be opened once and reused after.

@LK4D4
Copy link
Contributor

LK4D4 commented May 12, 2015

ping @mrunalp :)
Would be nice to have moby/moby#10717 in next release

@mrunalp
Copy link
Contributor Author

mrunalp commented May 13, 2015

Am out sick :( hopefully next week

Sent from my iPhone

On May 12, 2015, at 3:16 PM, Alexander Morozov notifications@github.com wrote:

ping @mrunalp :)
Would be nice to have moby/moby#10717 in next release


Reply to this email directly or view it on GitHub.

@dqminh
Copy link
Contributor

dqminh commented May 25, 2015

@mrunalp I have some free time ! I can send you some improvements of this if you dont mind.

@mrunalp
Copy link
Contributor Author

mrunalp commented May 25, 2015

Sure, go for it. Thanks.

Sent from my iPhone

On May 25, 2015, at 8:27 AM, Daniel, Dao Quang Minh notifications@github.com wrote:

@mrunalp I have some free time ! I can send you some improvements of this if you dont mind.


Reply to this email directly or view it on GitHub.

@LK4D4
Copy link
Contributor

LK4D4 commented Jun 2, 2015

Closing in favor of #603

@LK4D4 LK4D4 closed this Jun 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
4 participants