source: postlfs/security/polkit.xml@ 55b07cb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 55b07cb was 55b07cb, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10228 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY polkit-download-http
8 "http://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
9 <!ENTITY polkit-download-ftp " ">
10 <!ENTITY polkit-md5sum "9c29e1b6c214f0bd6f1d4ee303dfaed9">
11 <!ENTITY polkit-size "1.4 MB">
12 <!ENTITY polkit-buildsize "20 MB">
13 <!ENTITY polkit-time "0.5 SBU">
14]>
15
16<sect1 id="polkit" xreflabel="polkit-&polkit-version;">
17 <?dbhtml filename="polkit.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>polkit-&polkit-version;</title>
25
26 <indexterm zone="polkit">
27 <primary sortas="a-polkit">polkit</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to polkit</title>
32
33 <para>
34 The <application>polkit</application> package is an application-level
35 toolkit for defining and handling the policy that allows unprivileged
36 users to speak to privileged processes.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&polkit-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&polkit-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &polkit-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &polkit-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &polkit-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &polkit-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">polkit Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="intltool"/> and
80 <xref linkend="pkgconfig"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="DocBook"/>,
91 <xref linkend="docbook-xsl"/>,
92 <xref linkend="gtk-doc"/>,
93 <xref linkend="libxslt"/> and
94 <xref linkend="linux-pam"/>
95 </para>
96
97 <note>
98 <para>
99 If <xref linkend="libxslt"/> is installed then <xref linkend="DocBook"/>
100 and <xref linkend="docbook-xsl"/> are required.
101 </para>
102 </note>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/polkit"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of polkit</title>
111
112 <para>
113 Install <application>polkit</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr \
118 --sysconfdir=/etc \
119 --localstatedir=/var \
120 --libexecdir=/usr/lib/polkit-1 \
121 --with-authfw=shadow \
122 --disable-static &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 This package does not come with a test suite.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <para>
141 <parameter>--with-authfw=shadow</parameter>: This parameter will use
142 the <application>Shadow</application> rather than the
143 <application>Linux-PAM</application> Authentication framework. Remove it if
144 you would like to use <application>Linux-PAM</application>.
145 </para>
146
147 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
148 href="../../xincludes/static-libraries.xml"/>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/gtk-doc-rebuild.xml"/>
152
153 </sect2>
154
155 <sect2 role="configuration">
156 <title>Configuring polkit</title>
157
158 <sect3 id="polkit-config">
159 <title>Config Files</title>
160
161 <para><filename>/etc/polkit-1/localauthority.conf.d/*</filename></para>
162 </sect3>
163
164 <sect3>
165 <title>PAM Configuration</title>
166
167 <note>
168 <para>
169 If you did not build <application>polkit</application> with
170 <application>Linux PAM</application> support, you can skip this section.
171 </para>
172 </note>
173
174 <para>
175 If you have built <application>polkit</application> with
176 <application>Linux PAM</application> support, you need to modify
177 default PAM configuration file which was installed by default to get
178 <application>polkit</application> to work correctly with BLFS.
179 </para>
180
181 <para>
182 Issue the following commands as the <systemitem class="username">root</systemitem>
183 user to create the configuration file for <application>Linux PAM</application>:
184 </para>
185
186<screen role="root"><userinput>cat &gt; /etc/pam.d/polkit-1 &lt;&lt; "EOF"
187<literal># Begin /etc/pam.d/polkit-1
188
189auth include system-auth
190account include system-account
191password include system-password
192session include system-session
193
194# End /etc/pam.d/polkit-1</literal>
195EOF</userinput></screen>
196
197 </sect3>
198
199 </sect2>
200
201 <sect2 role="content">
202 <title>Contents</title>
203
204 <segmentedlist>
205 <segtitle>Installed Programs</segtitle>
206 <segtitle>Installed Libraries</segtitle>
207 <segtitle>Installed Directories</segtitle>
208
209 <seglistitem>
210 <seg>
211 pk-example-frobnicate, pkaction, pkcheck, pkexec,
212 pkttyagent and polkitd
213 </seg>
214 <seg>
215 libpolkit-agent-1.so, libpolkit-backend-1.so and
216 libpolkit-gobject-1.so
217 </seg>
218 <seg>
219 /etc/polkit-1, /usr/include/polkit-1, /usr/lib/polkit-1,
220 /usr/share/polkit-1 and /var/lib/polkit-1
221 </seg>
222 </seglistitem>
223 </segmentedlist>
224
225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
229
230<!-- <varlistentry id="pk-example-frobnicate">
231 <term><command>pk-example-frobnicate</command></term>
232 <listitem>
233 <para>
234 does this .....
235 </para>
236 <indexterm zone="polkit pk-example-frobnicate">
237 <primary sortas="b-pk-example-frobnicate">pk-example-frobnicate</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>-->
241
242 <varlistentry id="pkaction">
243 <term><command>pkaction</command></term>
244 <listitem>
245 <para>
246 is used to obtain information about registered PolicyKit actions.
247 </para>
248 <indexterm zone="polkit pkaction">
249 <primary sortas="b-pkaction">pkaction</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="pkcheck">
255 <term><command>pkcheck</command></term>
256 <listitem>
257 <para>
258 is used to check whether a process is authorized for action.
259 </para>
260 <indexterm zone="polkit pkcheck">
261 <primary sortas="b-pkcheck">pkcheck</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="pkexec">
267 <term><command>pkexec</command></term>
268 <listitem>
269 <para>
270 allows an authorized user to execute a command as another user.
271 </para>
272 <indexterm zone="polkit pkexec">
273 <primary sortas="b-pkexec">pkexec</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
278 <varlistentry id="pkttyagent">
279 <term><command>pkttyagent</command></term>
280 <listitem>
281 <para>
282 is used to start a textual authentication agent for the subject.
283 </para>
284 <indexterm zone="polkit pkttyagent">
285 <primary sortas="b-pkttyagent">pkttyagent</primary>
286 </indexterm>
287 </listitem>
288 </varlistentry>
289
290 <varlistentry id="polkitd">
291 <term><command>polkitd</command></term>
292 <listitem>
293 <para>
294 provides the org.freedesktop.PolicyKit1 <application>D-Bus</application>
295 service on the system message bus.
296 </para>
297 <indexterm zone="polkit polkitd">
298 <primary sortas="b-polkitd">polkitd</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="libpolkit-agent-1">
304 <term><filename class='libraryfile'>libpolkit-agent-1.so</filename></term>
305 <listitem>
306 <para>
307 contains the <application>polkit</application> authentication
308 agent API functions.
309 </para>
310 <indexterm zone="polkit libpolkit-agent-1">
311 <primary sortas="c-libpolkit-agent-1">libpolkit-agent-1.so</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="libpolkit-backend-1">
317 <term><filename class='libraryfile'>libpolkit-backend-1.so</filename></term>
318 <listitem>
319 <para>
320 contains the <application>polkit</application> backend API functions.
321 </para>
322 <indexterm zone="polkit libpolkit-backend-1">
323 <primary sortas="c-libpolkit-backend-1">libpolkit-backend-1.so</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="libpolkit-gobject-1">
329 <term><filename class='libraryfile'>libpolkit-gobject-1.so</filename></term>
330 <listitem>
331 <para>
332 contains the <application>polkit</application> authorization API functions.
333 </para>
334 <indexterm zone="polkit libpolkit-gobject-1">
335 <primary sortas="c-libpolkit-gobject-1">libpolkit-gobject-1.so</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 </variablelist>
341
342 </sect2>
343
344</sect1>
Note: See TracBrowser for help on using the repository browser.