Hacker News new | ask | show | jobs
by asdf147 542 days ago
General question, how safe is it to use non-stock os terminals? In the end often they need to receiver super user at some point.
1 comments

I would say it's about as safe as using any other program. On Linux, by default you will not get any isolation within the same user context. So if your account has access to sudo (regardless whether with password or not), assume that any program you've ever run on that account also has sudo access. There are sandboxes and selinux but neither is used consistently enough on consumer systems.