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

Redox Support #76

Closed
Tracked by #89
AldaronLau opened this issue Nov 14, 2023 · 0 comments · Fixed by #92
Closed
Tracked by #89

Redox Support #76

AldaronLau opened this issue Nov 14, 2023 · 0 comments · Fixed by #92
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AldaronLau
Copy link
Member

Redox can be supported by reading paths on the system, rather than use unsafe relibc unix-like APIs. Unsure about language support (probably check same unix environment variables) and no "fancy device name" is implemented in Redox as far as I can tell.

/etc/redox-release
    Redox version followed by newline

/etc/passwd
    Effective Versions:
         https://docs.rs/redox_syscall/latest/syscall/call/fn.geteuid.html
         https://docs.rs/redox_syscall/latest/syscall/call/fn.getegid.html
    Username;Uid;Gid;FullName,*;…
    root;0;0;root;file:/root;file:/bin/ion
    jeron::1000:1000:Jeron Lau:/var/home/jeron:/bin/bash

sys:uname
    Kernel Name
    
    Kernel Release
    
    Machine Architecture
@AldaronLau AldaronLau added the enhancement New feature or request label Nov 14, 2023
@AldaronLau AldaronLau added this to the v1.5.0 milestone Nov 14, 2023
@AldaronLau AldaronLau self-assigned this Nov 14, 2023
@AldaronLau AldaronLau mentioned this issue Jan 27, 2024
10 tasks
@AldaronLau AldaronLau linked a pull request Mar 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant