-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pseudo file systems interface #169
Comments
|
Closed
4 tasks
Closing in favour of #835 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created by robbie-cronin
Adding another interface when I was thinking about integration into Matrix OS and NixOS.
See: https://en.wikipedia.org/wiki/Synthetic_file_system
Basically we can present certain secrets to the user through presenting a pseudo filesystem and automatically mounting it somewhere.
Of course, this involves things like FUSE since Polykey is likely run by non-root user.
On the other hand running as root is also possible and that may be relevant to our Matrix OS system (thus managing root level secrets).
Windows will need to do something different like https://dokan-dev.github.io/. That's what keybase uses.
The text was updated successfully, but these errors were encountered: