policykit is far more fine-grained both in terms of authentication methods and actions than _any_ previous system, including su and sudo.
with policykit you can require all sorts of types of authentication for any defined pk action, and actions are far more fine-grained (su and sudo can only make _entire processes_ run with changed privileges). authentication can be with root password, with user password, or with all sorts of other mechanisms. it's extremely powerful. so, yes, policykit would definitely allow you to do what you want if you configure it appropriately (allow any particular action with authentication via the user password).
Fedora 12 to remove unprivileged package installation
Posted Nov 20, 2009 6:40 UTC (Fri) by tkil (guest, #1787)
[Link]
so, yes, policykit would definitely allow you to do what you
want if you configure it appropriately (allow any particular action with
authentication via the user password).
Spiffy! I'll definitely have to look into PK in a bit more depth than I
have. Thanks for the info!