Hacker News new | ask | show | jobs
by rahrahrah 3456 days ago
If the "something malicious" is run by a user that only has permissions to read/write to his home, it's perfectly contained.
1 comments

Unfortunately not true. By default programs will also have permission to do things like mmap, open network sockets, use IPC, learn about other processes and the kernel via proc (helping to defeat randomised protection against stack overflow) and many other areas. Google for kernel hardening and PaX.