Language summit lightning talks
Language summit lightning talks
Posted Jun 8, 2017 15:37 UTC (Thu) by dps (guest, #5725)In reply to: Language summit lightning talks by grawity
Parent article: Language summit lightning talks
In the case of python code I might suggest adding a signature and using a modified version of python which will only run signed scripts and check for execute permission first. Compling lots of things into C extensions using something like cython might make this a bit easier and more convincing. I have not met a corporate environment where python is banned but then I also have always had a C compiler and a job which involves writing non malicious python scripts.
Where I currently work even the production boxes have tools like gdb installed, which makes me think that somebody having a long and hard look at what is actually required and removing everything not required woud be really good idea. python would make the cut because quite a lot of things that should be present are actually written in python. I suspect that at least some of the other p* languages, which are currently installed, would not.