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

[9.0.0] fix Wasi rights system to work with wasi-libc #6462

Merged
merged 5 commits into from
May 26, 2023

Commits on May 25, 2023

  1. wasi-common: need FileEntry to track the mode with which a file was o…

    …pened
    Pat Hickey committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7752bae View commit details
    Browse the repository at this point in the history
  2. add a test for read, write access modes in path_open

    Pat Hickey committed May 25, 2023
    Configuration menu
    Copy the full SHA
    610777c View commit details
    Browse the repository at this point in the history
  3. a directory needs to report full set of rights in fdstat

    implementations such as wasi-libc use these as a mask for any rights
    they request for a new fd when invoking path_open
    Pat Hickey committed May 25, 2023
    Configuration menu
    Copy the full SHA
    82909ea View commit details
    Browse the repository at this point in the history
  4. test dirfd rights as well

    Pat Hickey committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d808cce View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    0d8a260 View commit details
    Browse the repository at this point in the history