Re: Security of PolicyKit

2011-02-03 Thread memo...@googlemail.com
2011/1/17 David Zeuthen : > Sorry for not replying until now - I've been traveling. You did not even reply on my last e-mail from 9th December 2009. >In fact, with the way PolicyKit is > designed, the authentication agent can easily run on a *separate* > device. For example a usb-attached device w

Security of PolicyKit

2011-01-01 Thread memo...@googlemail.com
As far as I know: * The authentication agent (e.g. PolicyKit-gnome) allows to enter a password without being spoofed, provided that you've somehow verified that it's the real dialog (a secure attention key, e.g. Ctrl+Alt+Del, is not implemented). In contrast it's not able to prevent mouse click em

Re: Multiple actions without reentring password

2010-07-23 Thread memo...@googlemail.com
It's really needed to change the whole policykit design to go away from password-centered security principle. ___ polkit-devel mailing list polkit-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/polkit-devel

Re: How do I suppress auth requests for PackageKit, just like in F12, or the NOPASSWD directive in sudo?

2010-07-23 Thread memo...@googlemail.com
You can put this file as "packagekit.pkla" into "/var/lib/polkit-1/localauthority/50-local.d": [PackageKit] Identity=unix-group:admin Action=org.freedesktop.packagekit.* ResultAny=no ResultInactive=no ResultActive=yes You may use unix-group:desktop_admin_r instead of unix-group:admin

Re: Malware protection?

2009-12-09 Thread memo...@googlemail.com
non-one-shot authorization, the authorization is already gone to the malware? Do you need any extra security hole? > On Sat, 2009-11-21 at 15:22 +0100, memo...@googlemail.com wrote: >> >Ditto, actually, for any action for which the authorization is one-shot >> >and a system daemon is us

Re: Malware protection?

2009-11-22 Thread memo...@googlemail.com
Currently you have to enter your password each time you do an "Password" action to verify that you trust this application and that you want to have the authorization for a certain time frame. The current policykit concept is already an redundant duplicity. In my concept correctly installed applicat

Re: Malware protection?

2009-11-21 Thread memo...@googlemail.com
>I propose to remove "Auth" and "Ask_Admin". Ooops, I mean "Auth" and "Auth_Admin". ___ polkit-devel mailing list polkit-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/polkit-devel

Re: Malware protection?

2009-11-21 Thread memo...@googlemail.com
>Also I'm not exactly sure what you mean by 'malware protection' Malware protection means that the user and not the malware decides, so that an policykit action is not available to malware, only to trusted applications, where the user decides and which can't be controlled by malware. It means: * On

Malware protection?

2009-11-20 Thread memo...@googlemail.com
I wonder if malware protection is in the policykit concept. At first there was some beginning of malware protection with the "constraints" concept, where you could limit an authorization to an application. In June 2009 David Zeuthen said, he does not plan malware protection (http://lists.freedeskto

Re: Admin permissions

2009-11-14 Thread memo...@googlemail.com
Thanks for your answer and the stuff to read, David Zeuthen. 2009/11/13 David Zeuthen : > The thing is (to use the same terms you are using) - non-evil software > can easily turn evil if it gets infected. Especially with things like > Adobe's flash player. And multimedia codecs. And filesystem dri

Re: Admin permissions

2009-11-02 Thread memo...@googlemail.com
2009/10/31 Vladimir : > well, why do I need some policy kit at all then? You need policykit to check if an user or a group is authorized to do a certain action. Also there should be a user-level policykit to prevent or to allow certain user programs doing certain actions. You maybe also want to lim

Admin permissions

2009-10-31 Thread memo...@googlemail.com
I propose to allow admins to change settings without to enter their password. Think about the reason the user is asked for a password. It's not really to protect the system from evil local users, because you always lock your desktop before you go away. The real reason is that applications want to v