Hacker News new | ask | show | jobs
by angrais 962 days ago
Why not run it on your main OS? Otherwise, Docker is fine.
1 comments

Because it installs like 100,000 python scripts of mystery origin that run with full privileges. Even if the maintainers are unlikely to be malicious on purpose, it only takes one person accidentally putting a typo in a dependencies file in one of the hundreds of packages it imports... many of which not commonly used ones.
Why are you running it with full privileges? It's one command to create a user on Linux, and another command to switch to it.
It's better than nothing but is it enough to run potentially malicious code?

I haven't checked recently but a while ago most distros defaulted to letting anyone peep into other users' home dirs. Moreover there has been so many exploits over the years letting a user gain root privileges that, for the purpose of security, unix users are akin to a bathroom lock.

> I haven't checked recently but a while ago most distros defaulted to letting anyone peep into other users' home dirs.

Yeah, no.

no it doesn't