bakuman365 Posted April 4, 2019 Posted April 4, 2019 HI , there I have a system on emmc protected by overlayroot. Sensitive data are written to sd card. Everything works as expected. The question is: Is there a way to temporarily access the root filesystem from python script ? Of course, I can temporarily deactivate protection by ‘overlayroot-chroot’ command from terminal and make changes, but that's not what I mean. I have a web server application written in a flask framework. On one of its pages, users can set network parameters, e.g. IP, mask, dns . Is it possible at all, eg when the user accepts changes to disable protection, save changes to root filesystem and immediately enable protection ?
Recommended Posts