Wednesday, 11 September 2013

execute only whitelisted python scripts

execute only whitelisted python scripts

I want to use python on my machine but I want to restrict script
execution. I want to maintain a file (or in memory data-structure) that
will contain the list of python scripts that may be executed on the
machine; the scripts that are not in this list shouldn't be allowed to get
executed.
Is there any way or tool to achieve this in python?

No comments:

Post a Comment