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,PAL] Introduce etc emulation (currently only 'resolv.conf') #889

Merged
merged 1 commit into from
Sep 19, 2022

Commits on Sep 19, 2022

  1. [LibOS,PAL] Introduce extra runtime configuration

    To accomplish this, Gramine obtains information from the host, sanitizes it,
    and stores it in the global PAL state. Later, LibOS uses it to create
    a pseudo file (using pseudofs filesystem). Currently only `/etc/resolv.conf`
    is introduced.
    
    Signed-off-by: Mariusz Zaborski <[email protected]>
    oshogbo committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    07fb016 View commit details
    Browse the repository at this point in the history