It’s a poor imitation. A mockery of the name. A GUI addict’s idea of a CLI tool.

  • @[email protected]
    link
    fedilink
    2919 days ago

    It’s almost like trying to squish different security architectures on top of each other doesn’t work well. It’s a nice idea, but it was either not going to work smoothly or be a big security issue.

  • katy ✨
    link
    fedilink
    2419 days ago

    so it’s basically the same thing as sudo as long as you don’t do nopasswd in sudoers?

    sounds like a good thing.

    • Rustmilian
      link
      English
      8
      edit-2
      18 days ago

      On Linux it’s a CLI privilege escalation program, having a GUI pop up when you can just take user input from the terminal the user is already using is kinda…
      There’s a reason why pkexec is a separate thing from sudo on Linux. Two separate programs that handle two separate tasks. Sudo is intended for CLI. pkexec is intended for GUI applications and is provided by the Polkit framework. It’s that pointless work flow slow down you hate to see.

  • @[email protected]
    link
    fedilink
    1919 days ago

    Meanwhile you can bypass uac(as an admin user) using the fucking help window. They’re all over the place.

    • @rtxnOP
      link
      English
      14
      edit-2
      20 days ago

      Inline mode only means that the elevated command runs in the same terminal instead of opening a new window. You still have to get past the UAC prompt.

      • @Ziglin
        link
        318 days ago

        So if I’m understanding correctly they now let you type a command to open a new window to check your credentials (like polkit?) instead of asking for it in the tty? And the only new thing is that you can elevate your privileges in an existing tty (before you would need to start a separate admin terminal right?)