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

qubesdb: implement 'everything is a file' approach #1447

Open
adrelanos opened this Issue Nov 23, 2015 · 0 comments

Comments

Projects
None yet
2 participants
@adrelanos
Member

adrelanos commented Nov 23, 2015

https://github.com/marmarek/qubes-core-agent-linux/pull/53 implements status files for qubes-vm-type and made me wonder... Specifically because I was contemplating to implement something similar for qubes-vm-persistence.

Could qubesdb use the everything is a file approach? I.e. instead of using qubesdb-read, one could just use cat /proc/qubes/vm-type?

Perhaps this can be done for cheap? If not, then it's good to have this in mind for future development, if you did not have already and feel free to reject this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment