Skip to content

feat: add umask syscall support - #1350

Closed
Blzzxrd wants to merge 1 commit into
Lind-Project:mainfrom
Blzzxrd:fix-umask-syscall
Closed

Blzzxrd wants to merge 1 commit into
Lind-Project:mainfrom
Blzzxrd:fix-umask-syscall

Conversation

@Blzzxrd

@Blzzxrd Blzzxrd commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Previously, Lind did not support the umask syscall. This caused incorrect file permissions and made the umask-grate test fail.

This change adds umask to the normal glibc and RawPOSIX syscall flow.

Related issues

Closes Lind-Project/lind-wasm-example-grates#209

Testing

  • Focused umask test: passed
  • umask-grate: 10/10 passed
  • Full Lind test suite: 262/262 passed before rebasing onto the latest upstream

@Blzzxrd
Blzzxrd marked this pull request as ready for review August 13, 2026 01:59
@Blzzxrd
Blzzxrd requested a review from Yaxuan-w August 13, 2026 02:03
@Blzzxrd Blzzxrd closed this Aug 17, 2026
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.

umask-grate test failures

1 participant