this post was submitted on 29 Apr 2024
311 points (97.8% liked)

linuxmemes

20473 readers
883 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 24 points 3 months ago (1 children)

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

sounds like a good thing.

[โ€“] [email protected] 8 points 3 months ago* (last edited 3 months 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.