← Home ← Back to /g/

Thread 105800717

14 posts 4 images /g/
Anonymous No.105800717 [Report] >>105800738 >>105800864 >>105801038 >>105802008 >>105803064
What's the point of sudo?
A linux program can steal all your passwords and data, encrypt all your files for ransom, mine crypto, log all your input, give remote control to a server, but god forbid it being able to update your apps.
Anonymous No.105800735 [Report]
That's why flatpak exists...
Anonymous No.105800738 [Report]
>>105800717 (OP)
>what's the point of skin, a fly can shit all over your room anyway
Anonymous No.105800864 [Report]
>>105800717 (OP)
There's no point in doing anything as a normal user if it's your own system. Just run everything as root.
Anonymous No.105800926 [Report] >>105800973 >>105802192
>ITT: sudo-fags seethe and BTFOd by doas-CHADS
Anonymous No.105800973 [Report] >>105801017
>>105800926
For me, as someone who doesn't post frogs and has sex, it's run0
Anonymous No.105801017 [Report]
>>105800973
Having ''sex'' with men doesn't count as sex, Lennart.
Anonymous No.105801038 [Report]
>>105800717 (OP)
You are just being mad because root refused to add you to sudoers.
Anonymous No.105802008 [Report]
>>105800717 (OP)
Wtf are you you even talking about? How the firsts cases even relate to the latter? sudo is for executing a program with different privileges but it's not the sole way of doing that, if you have a program that can do all of what you stated without (apparently) having the right level of permission then there's some policykit and/or group configuration there made specifically for having the program in question acting the way it does.
Anonymous No.105802034 [Report]
its to prevent something like that from happening retard. if u lock down a machine then the user cannot install malware like that system wide. if it is your own computer it makes you think twice before fucking your system.
Anonymous No.105802059 [Report]
>A linux program can steal all your passwords and data, encrypt all your files for ransom, mine crypto, log all your input, give remote control to a server
Never seen it. Wait, you mean Windows where that shit happens every single fucking day. Dumbfuck. We use Free software that isn't spyware shit and Xorg is dead and replaced by secure Wayland.
Anonymous No.105802072 [Report]
Sudo protects the computer from retardation, not malice.
Anonymous No.105802192 [Report]
>>105800926
I also use doas for some reason (openbsd's software quality ?)
Anonymous No.105803064 [Report]
>>105800717 (OP)
Sudo is meant to prevent users and software from intruding on other users or changing the whole system without authorization
It's not designed to protect you, the user and your data, from rogue software, it's meant to protect your system so that even if a user is compromised the machine as a whole isn't. It's a bit of a relic from the shared system days but it's still useful even for single-user-macines by preventing dumbass accidents and limiting the damage rogue software can do