From ff8f28ca73af4538e877fa192338b76d2a5ee1cb Mon Sep 17 00:00:00 2001 From: "66.187.233.206" Date: Tue, 24 Apr 2012 17:14:08 +0000 Subject: Move from Software/PolicyKit --- Software/polkit.moin | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Software/polkit.moin diff --git a/Software/polkit.moin b/Software/polkit.moin new file mode 100644 index 00000000..680585b2 --- /dev/null +++ b/Software/polkit.moin @@ -0,0 +1,20 @@ += polkit = +polkit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes: It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged applications. polkit is specifically targeting applications in rich desktop environments on multi-user UNIX-like operating systems. It does not imply or rely on any exotic kernel features. +== Documentation == + * [[http://www.freedesktop.org/software/polkit/docs/latest/|Latest polkit Documentation]] +== Source Code == + * View latest code on-line: http://cgit.freedesktop.org/polkit/tree/ + * View latest changelog/commitlog online: [[http://cgit.freedesktop.org/polkit/log/]] +=== GIT === +There are [[http://freedesktop.org/wiki/Infrastructure/git|guides for using git with freedesktop.org projects]]. There is also another tutorial at [[http://www-128.ibm.com/developerworks/linux/library/l-git/|IBM Developerworks site]]. You can also take a look at [[http://cgit.freedesktop.org/polkit/tree/HACKING]]. + +=== Releases === + * Releases are announced on the mailing list + * Tarballs are available from [[http://www.freedesktop.org/software/polkit/releases/|this site]] + +== Bugs == + * [[https://bugs.freedesktop.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=PolicyKit&content=|Open Bugs]] + * [[https://bugs.freedesktop.org/enter_bug.cgi?product=PolicyKit|Enter a new bug]] +== Communicate == + * Mailing Lists: + ||polkit discussion || [[http://lists.freedesktop.org/mailman/listinfo/polkit-devel|polkit-devel@lists.freedesktop.org]] || -- cgit v1.2.3 From 6a0f8827cca84785430a534e47125bc571138416 Mon Sep 17 00:00:00 2001 From: "66.187.233.206" Date: Tue, 24 Apr 2012 17:18:15 +0000 Subject: Link to polkit(8) man page --- Software/polkit.moin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Software/polkit.moin b/Software/polkit.moin index 680585b2..3725c844 100644 --- a/Software/polkit.moin +++ b/Software/polkit.moin @@ -1,5 +1,6 @@ = polkit = -polkit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes: It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged applications. polkit is specifically targeting applications in rich desktop environments on multi-user UNIX-like operating systems. It does not imply or rely on any exotic kernel features. +polkit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes: It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged applications. See the [[http://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html|polkit(8) manual]] page for more detailed information. + == Documentation == * [[http://www.freedesktop.org/software/polkit/docs/latest/|Latest polkit Documentation]] == Source Code == -- cgit v1.2.3