- 13 Jul, 2009 1 commit
-
-
David Zeuthen authored
-
- 04 Jul, 2009 1 commit
-
-
David Zeuthen authored
-
- 19 Jun, 2009 1 commit
-
-
David Zeuthen authored
This makes it easier to write mechanisms as they don't have to watch for the client requesting service vanishing.
-
- 17 Jun, 2009 1 commit
-
-
David Zeuthen authored
For some weird reason.
-
- 08 Jun, 2009 5 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
- 03 Jun, 2009 1 commit
-
-
David Zeuthen authored
All the functionality of polkit-1(1), sans managing the local authority, is now available in pkaction(1) and pkcheck(1). In the future we might want to add something like pklamanage(1) to manage the local authority.
-
- 02 Jun, 2009 2 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
- 29 May, 2009 3 commits
-
-
David Zeuthen authored
This is just a simple wrapper for the CheckAuthorization() D-Bus method. See these messages https://www.redhat.com/archives/fedora-devel-list/2009-May/msg01364.html https://www.redhat.com/archives/fedora-devel-list/2009-May/msg01397.html where this helper was discussed - it may make it a lot easier to use polkit from code that pretends to care about OOM conditions.
-
David Zeuthen authored
Instead, just return the PolkitAuthorizationResult that already has authorized==FALSE and challenge==TRUE.
-
David Zeuthen authored
-
- 27 May, 2009 1 commit
-
-
David Zeuthen authored
-
- 26 May, 2009 1 commit
-
-
David Zeuthen authored
-
- 19 May, 2009 1 commit
-
-
David Zeuthen authored
This is because bindable GObject APIs should never return or accept a GHashTable, see http://bugzilla.gnome.org/show_bug.cgi?id=581686#c6 for details.
-
- 15 May, 2009 2 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
- 13 May, 2009 3 commits
-
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
Also remove the ObtainAuthorization() call and allow apps to pass details to CheckAuthorization.
-
- 10 Feb, 2009 2 commits
-
-
Richard Hughes authored
-
David Zeuthen authored
We might also want to expose methods on the D-Bus interface org.freedesktop.PolicyKit1.AuthorityManager to configure this; implementation-wise we'd just be writing out config files with a fixed priority.
-
- 09 Feb, 2009 6 commits
-
-
David Zeuthen authored
For now this is restricted to uid 0; going to revisit this when hacking on the GNOME authorization UI.
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
-
David Zeuthen authored
Also add an example for this.
-
- 08 Feb, 2009 5 commits
-
-
David Zeuthen authored
The thinking is that if someone wants to turn off PolicyKit, they simply drop a file /etc/polkit-1/nullbackend.conf.d/99-i-hate-polkit.conf with the contents [Configuration] priority=1000 This also provides a good cut-n-paste template / example etc. of how to implement a PolicyKit backend.
-
David Zeuthen authored
Also add a short example to test this.
-
David Zeuthen authored
-
David Zeuthen authored
The session_id has got to be empty for now. The thinking is that in the future we might want to register an authentication agent that runs in secure desktop, e.g. a separate session from the user session.
-
David Zeuthen authored
-
- 07 Feb, 2009 1 commit
-
-
David Zeuthen authored
-
- 04 Feb, 2009 1 commit
-
-
David Zeuthen authored
-
- 03 Feb, 2009 1 commit
-
-
David Zeuthen authored
make -j4 should work now
-
- 02 Feb, 2009 1 commit
-
-
David Zeuthen authored
-