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

[LibOS] Add UID and GID to manifest #36

Closed
wants to merge 1 commit into from
Closed

[LibOS] Add UID and GID to manifest #36

wants to merge 1 commit into from

Conversation

dzygann
Copy link

@dzygann dzygann commented Sep 14, 2021

This implementation enables Gramine to run an executable with another user than root. This becomes very handy in case of executables, which shouldn't run with the root user. The implementation of this feature also sets the effective uid/gid to the value, which is defined in the manifest for the directive loader.uid/gid

This topic has been discussed in the issue 2632


This change is Reviewable

This implementation enables Gramine to run an executable with another user than root. This becomes very handy in case of executables, which shouldn't run with the root user. The implementation of this feature sets also the effective uid/gid to the value, which is defined in the manifest for the directive loader.uid/gid
@dzygann dzygann closed this Sep 14, 2021
@dzygann
Copy link
Author

dzygann commented Sep 14, 2021

Recreate PR, because of wrong branch

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

Successfully merging this pull request may close these issues.

2 participants