Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! [LibOS] Add
loader.uid
and loader.gid
manifest options
This implementation allows Gramine to run an executable with another user than root. By default, Gramine uses the root user (uid = gid = 0), which may cause some apps to refuse to run. We also set effective UID/GID to the same value as UID/GID respectively. This can be defined as manifest option `loader.uid`/`loader.gid` in the manifest file. Signed-off-by: Denis Zygann <[email protected]>
- Loading branch information