Skip to content

Clarify handling of UID/GID defaults in RawPOSIX #327

@rennergade

Description

@rennergade

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions