Possible to access Linux file system?
I'm considering porting my existing app -- which is already ported for the 3 major mobile app platforms -- to Sailfish. The only thing that may stand in the way, or let's say make things a bit more complicated, is the lack of access to the underlying Linux file system. Is it possible to read e.g. /proc/cpuinfo or /proc/version from a Sailfish app? If it's not, are there existing plans to make it possible? And if it is possible, are there any plans to remove that "feature" to make the whole platform more roboust against potential security threats?
When it comes to strict security and sandboxing, I of course fully understand why mobile platforms do that, and I agree that it's the best way to assure apps are confined. However, I don't understand why something like a read-only access to e.g. /proc could be so dangerous that it is not provided on other platforms -- for example the one with the hot fox ;) In my app I wouldn't want to poke around in other apps' stuff, but only the kernel's stuff.
Please let me know if it's possible. And if it is not, why not? And if it is, then giving me a short hint on what's the best way to access those files would also be very much appreciated. Do I have to start a process like awk, or is there a QT5 call to use, etc?
Thank you for your time.