blacklist write access to certain files from pycardium
python scripts should not be able to write / rename:
- card10.bin
- card10.cfg (#96 (closed))
file API that needs to check the blacklist:
- open with flags containing [w+]
- write
- unlink
- rename
python scripts should not be able to write / rename:
file API that needs to check the blacklist: