Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqubesdb: implement 'everything is a file' approach #1447
Comments
marmarek
added
enhancement
C: core
P: minor
labels
Jan 4, 2016
marmarek
added this to the Far in the future milestone
Jan 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adrelanos commentedNov 23, 2015
https://github.com/marmarek/qubes-core-agent-linux/pull/53 implements status files for
qubes-vm-typeand made me wonder... Specifically because I was contemplating to implement something similar forqubes-vm-persistence.Could qubesdb use the everything is a file approach? I.e. instead of using
qubesdb-read, one could just usecat /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.