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

add suid group and only allow execution when in suid group #6

Open
hilbix opened this issue May 21, 2018 · 1 comment
Open

add suid group and only allow execution when in suid group #6

hilbix opened this issue May 21, 2018 · 1 comment

Comments

@hilbix
Copy link
Owner

hilbix commented May 21, 2018

Rise the security bar a bit further: Only allow to execute, if user is in suid group.

  • For this we need to add a suid-group, of course, and remove other execute permission.
  • Also add some self-check of the permission, to make sure, everything is correctly set up.
  • Note that the group membership of the program then changes (but does not need to be checked itself)
    which means, that we perhaps must switch to the correct group first.
@hilbix
Copy link
Owner Author

hilbix commented Mar 22, 2020

This should be part of #4

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

No branches or pull requests

1 participant