blacklist write access to certain files from pycardium

python scripts should not be able to write / rename:

file API that needs to check the blacklist:

  • open with flags containing [w+]
  • write
  • unlink
  • rename