You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the RawPOSIX library, functions that retrieve identity-related values (e.g., UID, GID, EUID, EGID) currently return hardcoded defaults rather than querying the host system. This appears to be a remnant from the earlier RustPOSIX implementation. We should decide whether these values should continue to use defaults or be retrieved using the appropriate system calls (e.g., getuid(), getgid()). This decision will impact POSIX compliance and how identity information is represented in lind-wasm.