• AdrianTheFrog@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    5 hours ago

    Is there a technical reason that Linux apps can’t/don’t just pop up an authenticator thing asking for more privileges like Windows apps can do? Why does nano just say that the file is unwriteable instead of letting me increase the privileges?

    • blockheadjt@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      Iirc there are ways to format your command to get it to do this. So whatever app you’re using just chose to format its command the simpler way.

    • Mohamed@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      4 hours ago

      Some do. I’m sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.

      • dubyakay@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        With arch+xfce4 I mostly don’t. Except for when I do systemctl reload <service> in a cli without sudo and it pops a surprise elevation password request gui in my face. I haven’t figured out what makes it behave like that.

        I use Arch btw 👉🧐 eats booger

    • Shardikprime@lemmy.world
      link
      fedilink
      arrow-up
      4
      arrow-down
      4
      ·
      7 hours ago

      I don’t know what’s the hate with edge, it works wonderfully for an average user, it’s fully configurable with add-ons and handles security policies really well

      The AI integration might be a bit over the top but nothing you can’t disable in your side

      Really I don’t see why you guys pile on so much on it

      • Lemminary@lemmy.world
        link
        fedilink
        arrow-up
        9
        ·
        edit-2
        5 hours ago

        Microsoft’s monopoly and their for-profit anti-consumer practices is what’s wrong with it. Their history says they cannot be trusted. I’d ask myself why they need a browser in the first place.

      • shalafi@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        Edge is a fine browser. I use it when Firefox isn’t working for a particular reason.

  • lmmarsano@lemmynsfw.com
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    2
    ·
    edit-2
    7 hours ago

    I own you!
    take ownership & full access of all resources
    threat actor exploits a vulnerable application that is (1) running as you to (2) access resources it doesn’t need: they commandeer your system

    how did that happen?

    🤔

    • Bytemeister@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      Pretty sure you can do that for home as well, just as long as you aren’t in S mode.

      Otherwise, admin console and clear the file permissions.

      All that being said, for your average user, if you are trying to delete a file and windows says you don’t have permission, it’s probably best to leave it alone.

    • b000rg@midwest.social
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 hours ago

      Can you delete Xbox games installed by another administrator? I ran into that problem a few years ago because I reinstalled W10 and had it keep “personal files” which apparently included my Xbox games. I couldn’t touch them at all, but I had W10 Home. I wonder if my problem could’ve been mitigated more easily than a full wipe of the drive? 🤔

      • 🇰 🌀 🇱 🇦 🇳 🇦 🇰 🇮 @pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        7 hours ago

        I’m pretty sure I can. It just takes a little more effort actually going into the permissions tab of the files because Windows doesn’t have an equivalent to CHMOD AFAIK.

        Though, I am pretty sure you can do those basic permission options without Pro or Enterprise. You just need to be on an administrator account. Other things, like messing with actual system files, requires the Group Policy Editor.

        • dubyakay@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          1 hour ago

          Windows has icacls and Get/Set-Acl for permissions. You can also manipulate ownership, although it’s quite convoluted. Just doing takeown is the easiest.

          I’m conflicted on linux vs windows in this regard. I liked ACLs in Windows, but if a software/installer decided to mess it up, it was messed up good, and required lots of manual intervention.

        • floquant@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          7 hours ago

          On any Windows system based on the NT kernel (XP+), there’s an additional access level above “Administrator”: NT Authority\SYSTEM. Some malware can make files hidden or write protected even to Administrator, and afaik there isn’t a legitimate way to obtain that authority

  • Passerby6497@lemmy.world
    link
    fedilink
    English
    arrow-up
    21
    ·
    13 hours ago

    My work laptop had a pop-up from an application that basically said “we couldn’t restart last time, so you e got 15 minutes until we reboot your computer” with no way to cancel or prevent the reboot.

    Me: the fuck you are

    * proceeds to kill the service and process from admin command line*

    Get fucked fortinet, I’ll reboot when I’m gods damned ready

  • GreenKnight23@lemmy.world
    link
    fedilink
    arrow-up
    18
    ·
    13 hours ago

    had a friend that was having problems with his PC and windows kept bitching about he didn’t have permissions. he ripped out the harddrive with it still powered on and threw it off his balcony into the lake screaming, “I fucking own you!”

    epic moment in my life to witness such an event.

    • Cornelius_Wangenheim@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      9 hours ago

      Just because you have admin rights doesn’t mean the process you’ve invoked does. Unless you specifically elevate it or the process asks to elevate, it’ll run unprivileged.

    • Honytawk@lemmy.zip
      link
      fedilink
      English
      arrow-up
      12
      ·
      15 hours ago

      You needed permission from the SYSTEM or TrustedInstaller account.

      Which you can give to yourself if you are admin.

      • Jankatarch@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        14 hours ago

        Last time I did that it didn’t work so I figured I will restart and it will recognize then. Windows got a 30 minute update.

        When I logged back in my account was gone and still asked for a password. My old password didn’t work.

        Recovery option also fucked my grub. (Probably just the EFI now that I think about it.)

        • naticus@lemmy.world
          link
          fedilink
          English
          arrow-up
          6
          ·
          13 hours ago

          That last bit about GRUB is why I never put Windows on the same drive as my Arch, btw install. If they both have their own EFI partitions, Windows doesn’t mess with Linux.