Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to specify supplementary groups in bluepill #28

Open
pilbot opened this issue Jan 8, 2015 · 0 comments
Open

Ability to specify supplementary groups in bluepill #28

pilbot opened this issue Jan 8, 2015 · 0 comments

Comments

@pilbot
Copy link

pilbot commented Jan 8, 2015

It would be useful to have the option of bluepill applications and processes having:

  • The default groups of a user
  • Ability to specify the supplementary groups of a process

If we have a user user1 who has a primary group groupa and supplementary groups groupb and groupc. And a few files:

-rw-r----- 1 user1    groupa  1 Jan  8 10:30 file1
-rw-r----- 1 user2    groupb  1 Jan  8 10:30 file2
-rw-r----- 1 user2    groupa  1 Jan  8 10:30 file3
-rw-r----- 1 user2    groupc  1 Jan  8 10:30 file4

In this case the user should be able to read all of the files above as should a process invoked from the users shell. It would be nice to have this functionality in bluepill as we are currently restricted to just specifying the gid which means that we can only access a subset of the files above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant