Skip to content

feat(syscall): added faccessat and access, stubbed renameat - #137

Merged
FlareCoding merged 1 commit into
masterfrom
pr/syscall-access
Jul 29, 2026
Merged

feat(syscall): added faccessat and access, stubbed renameat#137
FlareCoding merged 1 commit into
masterfrom
pr/syscall-access

Conversation

@FlareCoding

Copy link
Copy Markdown
Owner

Summary

  • Editors probe access(W_OK) before writing, and without the syscall every file opened read-only.
  • faccessat resolves through the shared dirfd path helper, with existence satisfying all modes since no permission model exists.
  • renameat returns ENOSYS on purpose so callers fall back to copy-based replacement until the VFS grows a rename op.

Made with Cursor

@FlareCoding
FlareCoding merged commit f63adc8 into master Jul 29, 2026
19 checks passed
@FlareCoding
FlareCoding deleted the pr/syscall-access branch July 29, 2026 23:59
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.

1 participant