This is exactly why i think modern kernel level security layers, such as FreeBSD jails (or Docker/LXC) were born. Provided your app runs within a jail, it wouldn't matter much anymore:<p>> Once inside the jail, a process is not permitted to escape outside of this subtree<p>You could also develop within isolation, therefore your development env would be safer and even similar to a production environment. Needless to say, that has additional benefits.