~ubuntu-branches/ubuntu/precise/policykit-1/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>PolicyKit Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="PolicyKit Reference Manual">
<link rel="next" href="overview.html" title="Part I. PolicyKit Overview">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">PolicyKit Reference Manual</p></th></tr></table></div>
<div><div class="authorgroup"><div class="author">
<h3 class="author">
<span class="firstname">David</span> <span class="surname">Zeuthen</span>
</h3>
<div class="affiliation"><div class="address"><p><br>
            <code class="email">&lt;<a class="email" href="mailto:davidz@redhat.com">davidz@redhat.com</a>&gt;</code><br>
          </p></div></div>
</div></div></div>
<div><p class="releaseinfo">Version 0.103
</p></div>
<div><p class="copyright">Copyright © 2008-2009 The PolicyKit Authors</p></div>
<div><div class="legalnotice">
<a name="polkit-legal-notice"></a><p>
        Permission is granted to copy, distribute and/or modify this
        document under the terms of the <em class="citetitle">GNU Free
        Documentation License</em>, Version 1.1 or any later
        version published by the Free Software Foundation with no
        Invariant Sections, no Front-Cover Texts, and no Back-Cover
        Texts. You may obtain a copy of the <em class="citetitle">GNU Free
        Documentation License</em> from the Free Software
        Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
        to:

        </p>
<div class="address"><p><br>
          The Free Software Foundation, Inc.,<br>
          <span class="street">59 Temple Place</span> - Suite 330,<br>
          <span class="city">Boston</span><span class="state">MA</span> <span class="postcode">02111-1307</span>,<br>
          <span class="country">USA</span><br>
        </p></div>
<p>
      </p>
<p>
        Many of the names used by companies to distinguish their
        products and services are claimed as trademarks. Where those
        names appear in any freedesktop.org documentation, and those
        trademarks are made aware to the members of the
        freedesktop.org Documentation Project, the names have been
        printed in caps or initial caps.
      </p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="part"><a href="overview.html">I. PolicyKit Overview</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="polkit-intro.html">Introduction</a></span></dt>
<dt><span class="chapter"><a href="polkit-apps.html">Writing PolicyKit applications</a></span></dt>
<dt><span class="chapter"><a href="polkit-agents.html">Writing PolicyKit Authentication Agents</a></span></dt>
<dt><span class="chapter"><a href="polkit-extending.html">Extending PolicyKit</a></span></dt>
</dl></dd>
<dt><span class="part"><a href="ref-dbus-api.html">II. D-Bus API Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="eggdbus-interface-org.freedesktop.PolicyKit1.Authority.html">org.freedesktop.PolicyKit1.Authority Interface</a></span><span class="refpurpose"> — Authority Interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eggdbus-interface-org.freedesktop.PolicyKit1.AuthenticationAgent.html">org.freedesktop.PolicyKit1.AuthenticationAgent Interface</a></span><span class="refpurpose"> — Authentication Agent Interface</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="ref-api.html">III. Client API Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="PolkitAuthority.html">PolkitAuthority</a></span><span class="refpurpose"> — Authority</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitAuthorizationResult.html">PolkitAuthorizationResult</a></span><span class="refpurpose"> — Result for checking an authorization</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitDetails.html">PolkitDetails</a></span><span class="refpurpose"> — Object used for passing details</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitError.html">PolkitError</a></span><span class="refpurpose"> — Error codes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitActionDescription.html">PolkitActionDescription</a></span><span class="refpurpose"> — Description of Actions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitTemporaryAuthorization.html">PolkitTemporaryAuthorization</a></span><span class="refpurpose"> — Temporary Authorizations</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitPermission.html">PolkitPermission</a></span><span class="refpurpose"> — PolicyKit <a href="http://library.gnome.org/devel/gio/unstable/GPermission.html"><span class="type">GPermission</span></a> implementation</span>
</dt>
<dt><span class="chapter"><a href="subjects.html">Subjects</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="PolkitSubject.html">PolkitSubject</a></span><span class="refpurpose"> — Type for representing subjects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitUnixProcess.html">PolkitUnixProcess</a></span><span class="refpurpose"> — Unix processs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitUnixSession.html">PolkitUnixSession</a></span><span class="refpurpose"> — Unix sessions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitSystemBusName.html">PolkitSystemBusName</a></span><span class="refpurpose"> — Unique system bus names</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="Identities.html">Identities</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="PolkitIdentity.html">PolkitIdentity</a></span><span class="refpurpose"> — Type for representing identities</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitUnixUser.html">PolkitUnixUser</a></span><span class="refpurpose"> — Unix users</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitUnixGroup.html">PolkitUnixGroup</a></span><span class="refpurpose"> — Unix groups</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="ref-backend-api.html">IV. Backend API Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="PolkitBackendAuthority.html">PolkitBackendAuthority</a></span><span class="refpurpose"> — Abstract base class for authority backends</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitBackendInteractiveAuthority.html">PolkitBackendInteractiveAuthority</a></span><span class="refpurpose"> — Interactive Authority</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitBackendLocalAuthority.html">PolkitBackendLocalAuthority</a></span><span class="refpurpose"> — Local Authority</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="ref-authentication-agent-api.html">V. Authentication Agent API Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="PolkitAgentListener.html">PolkitAgentListener</a></span><span class="refpurpose"> — Abstract base class for Authentication Agents</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitAgentTextListener.html">PolkitAgentTextListener</a></span><span class="refpurpose"> — Text-based Authentication Agent</span>
</dt>
<dt>
<span class="refentrytitle"><a href="PolkitAgentSession.html">PolkitAgentSession</a></span><span class="refpurpose"> — Authentication Session</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="manpages.html">VI. Manual Pages</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="polkit.8.html">polkit</a></span><span class="refpurpose"> — Authorization Framework</span>
</dt>
<dt>
<span class="refentrytitle"><a href="polkitd.8.html">polkitd</a></span><span class="refpurpose"> — PolicyKit daemon</span>
</dt>
<dt>
<span class="refentrytitle"><a href="pkcheck.1.html">pkcheck</a></span><span class="refpurpose"> — Check whether a process is authorized</span>
</dt>
<dt>
<span class="refentrytitle"><a href="pkaction.1.html">pkaction</a></span><span class="refpurpose"> — Get details about a registered action</span>
</dt>
<dt>
<span class="refentrytitle"><a href="pkexec.1.html">pkexec</a></span><span class="refpurpose"> — Execute a command as another user</span>
</dt>
<dt>
<span class="refentrytitle"><a href="pklocalauthority.8.html">pklocalauthority</a></span><span class="refpurpose"> — PolicyKit Local Authority</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="polkit-hierarchy.html">Object Hierarchy</a></span></dt>
<dt><span class="index"><a href="polit-index.html">Index</a></span></dt>
<dt><span class="appendix"><a href="license.html">A. License</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>