• 1 Post
  • 56 Comments
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle


  • And on that note, I condemn in the harshest terms the response from communities like /r/linux on the subject. The vile harassment and hate directed at the FDO officer in question is obscene and completely unjustifiable. I don’t care what window manager or desktop environment you use – this kind of behavior is completely uncalled for. I expect better.

    Oh wow. That community is just hateful


  • It lets you have all of your emails offline as well. If you have to reference an older email, it’s faster than loading the webpage again.

    Some desktop email clients lets you manage your emails, contacts, tasks, and calendars all in one program, which loads immediately instead of loading multiple web pages. This is why I love Evolution and Thunderbird.

    If you have multiple email accounts, it’s easier to use an email client, rather than having to log into multiple websites.

    The search function in some web interfaces suck.

    Some people just don’t like their email provider’s web interface.







  • Salix@sh.itjust.workstolinuxmemes@lemmy.worldThe real magic word
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    4 months ago

    Someone did a ELI3 explanation for this a couple days ago. The ELI5 explanation was more complicated so someone asked for ELI3 lol

    ELI3

    Pouring a cup of juice is something an adult needs to be involved with.

    sudo is when you ask for permission to pour your own cup of juice. You ask an adult, they give you the cup and the juice, and then you’re responsible for pouring it. If the adult isn’t paying attention they may leave the fridge open for you to go back for more juice or another beverage, but otherwise you’re limited to the amount of juice the adult has given you.

    run0 is when the adult just gets you a cup of juice. You tell them what you want, they go and pour the juice, and just give you the cup with the juice in it. You never enter the kitchen, so you don’t have access to the fridge, just your cup of juice.

    ELI5

    Basically, the SUID bit makes a program get the permissions of the owner when executed. If you set /bin/bash as SUID, suddenly every bash shell would be a root shell, kind of. Processes on Linux have a real user ID, an effective user ID, and also a saved user ID that can be used to temporarily drop privileges and gain them back again later.

    So tools like sudo and doas use this mechanism to temporarily become root, then run checks to make sure you’re allowed to use sudo, then run your command. But that process is still in your user’s session and process group, and you’re still its real user ID. If anything goes wrong between sudo being root and checking permissions, that can lead to a root shell when you weren’t supposed to, and you have a root exploit. Sudo is entirely responsible for cleaning the environment before launching the child process so that it’s safe.

    Run0/systemd-run acts more like an API client. The client, running as your user, asks systemd to create a process and give you its inputs and outputs, which then creates it on your behalf on a clean process tree completely separate from your user session’s process tree and group. The client never ever gets permissions, never has to check for the permissions, it’s systemd that does over D-Bus through PolKit which are both isolated and unprivileged services. So there’s no dangerous code running anywhere to exploit to gain privileges. And it makes run0 very non-special and boring in the process, it really does practically nothing. Want to make your own in Python? You can, safely and quite easily. Any app can easily integrate sudo functionnality fairly safely, and it’ll even trigger the DE’s elevated permission prompt, which is a separate process so you can grant sudo access to an app without it being able to know about your password.

    Run0 takes care of interpreting what you want to do, D-Bus passes the message around, PolKit adds its stamp of approval to it, systemd takes care of spawning of the process and only the spawning of the process. Every bit does its job in isolation from the others so it’s hard to exploit.









  • Have you ever had gluten free pastry?

    Yes, I’ve had gluten-free pastries before. My friend has Celiac and can’t consume gluten due to possible intestinal damage.

    He has taken me to delicious gluten-free bakeries to get ice cream cookie sandwiches, pumpkin bread, brownies, garlic parmesan bread, quiche, meat handpies, etc

    Just because you had bad ones doesn’t mean they are all bad. Same goes with other food.

    I mean you can choose to power through it. I’d sooner have a windy, achy gut than eat a gluten-free yum yum.

    Well, if you had celiac disease, good luck living with permanent damage to your intestinal villi.