source: postlfs/security/polkit.xml@ ec7940be

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 ec7940be was 7cadfea, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fixes and tags. Thanks Armin K.

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

  • Property mode set to 100644
File size: 10.1 KB
RevLine 
[9d3d8a8]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
[0d7900a]7 <!ENTITY polkit-download-http
[b84342d6]8 "http://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
[9d3d8a8]9 <!ENTITY polkit-download-ftp " ">
[7e900ba6]10 <!ENTITY polkit-md5sum "b0f2fa00a55f47c6a5d88e9b73f80127">
[78e2a40]11 <!ENTITY polkit-size "1.4 MB">
12 <!ENTITY polkit-buildsize "17 MB">
[7e900ba6]13 <!ENTITY polkit-time "0.2 SBU">
[9d3d8a8]14]>
15
[01996ebb]16<sect1 id="polkit" xreflabel="Polkit-&polkit-version;">
[9d3d8a8]17 <?dbhtml filename="polkit.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[01996ebb]24 <title>Polkit-&polkit-version;</title>
[9d3d8a8]25
26 <indexterm zone="polkit">
[01996ebb]27 <primary sortas="a-Polkit">Polkit</primary>
[9d3d8a8]28 </indexterm>
29
30 <sect2 role="package">
[01996ebb]31 <title>Introduction to Polkit</title>
[9d3d8a8]32
[b84342d6]33 <para>
[01996ebb]34 <application>Polkit</application> is a toolkit for defining and handling
[9ca304a]35 authorizations. It is used for allowing unprivileged processes to
[30f82900]36 communicate with privileged processes.
[b84342d6]37 </para>
[9d3d8a8]38
[7cadfea]39 &lfs75_checked;
[27e62762]40
[9d3d8a8]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[b84342d6]44 <para>
45 Download (HTTP): <ulink url="&polkit-download-http;"/>
46 </para>
[9d3d8a8]47 </listitem>
48 <listitem>
[b84342d6]49 <para>
50 Download (FTP): <ulink url="&polkit-download-ftp;"/>
51 </para>
[9d3d8a8]52 </listitem>
53 <listitem>
[b84342d6]54 <para>
55 Download MD5 sum: &polkit-md5sum;
56 </para>
[9d3d8a8]57 </listitem>
58 <listitem>
[b84342d6]59 <para>
60 Download size: &polkit-size;
61 </para>
[9d3d8a8]62 </listitem>
63 <listitem>
[b84342d6]64 <para>
65 Estimated disk space required: &polkit-buildsize;
66 </para>
[9d3d8a8]67 </listitem>
68 <listitem>
[b84342d6]69 <para>
70 Estimated build time: &polkit-time;
71 </para>
[9d3d8a8]72 </listitem>
73 </itemizedlist>
74
[01996ebb]75 <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
[9d3d8a8]76
77 <bridgehead renderas="sect4">Required</bridgehead>
[bb947c32]78 <para role="required">
[23d3543c]79 <xref linkend="glib2"/>,
80 <xref linkend="intltool"/> and
[4cbfd95]81 <xref linkend="JS"/>
[4c2be438]82 </para>
83
84 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
85 <para role="optional">
86 <xref linkend="gobject-introspection"/>
87 </para>
[9d3d8a8]88
89 <bridgehead renderas="sect4">Optional</bridgehead>
[bb947c32]90 <para role="optional">
[0d7900a]91 <xref linkend="DocBook"/>,
92 <xref linkend="docbook-xsl"/>,
93 <xref linkend="gtk-doc"/>,
94 <xref linkend="libxslt"/> and
[4c2be438]95 <xref linkend="linux-pam"/>
96 </para>
[875b4070]97
98 <note>
[b84342d6]99 <para>
[9ca304a]100 If <xref linkend="libxslt"/> is installed, then <xref linkend="DocBook"/>
[3bbf74c5]101 and <xref linkend="docbook-xsl"/> are required. If you have installed
102 <xref linkend="libxslt"/>, but you do not want to install any of the
103 DocBook packages mentioned, you will need to use
104 <option>--disable-man-pages</option> in the instructions below.
[b84342d6]105 </para>
[875b4070]106 </note>
[9d3d8a8]107
108 <para condition="html" role="usernotes">User Notes:
[37aba7f]109 <ulink url="&blfs-wiki;/polkit"/>
110 </para>
[9d3d8a8]111 </sect2>
112
113 <sect2 role="installation">
[01996ebb]114 <title>Installation of Polkit</title>
[9d3d8a8]115
[b84342d6]116 <para>
[01996ebb]117 There should be a dedicated user and group to take control
118 of the <command>polkitd</command> daemon after it is
119 started. Issue the following commands as the
120 <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>groupadd -fg 27 polkitd &amp;&amp;
124useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
125 -g polkitd -s /bin/false polkitd</userinput></screen>
126
127 <para>
128 Install <application>Polkit</application> by running the following
[37aba7f]129 commands:
[b84342d6]130 </para>
[9d3d8a8]131
[f82ac3f]132<screen><userinput>./configure --prefix=/usr \
[dc6ba1c0]133 --sysconfdir=/etc \
[b84342d6]134 --localstatedir=/var \
[dc6ba1c0]135 --disable-static \
[7cadfea]136 --with-authfw=shadow &amp;&amp;
[9d3d8a8]137make</userinput></screen>
138
[b84342d6]139 <para>
[01996ebb]140 To test the results, issue: <command>make check</command>.
[3bbf74c5]141 Note that system <application>D-Bus</application> daemon
142 must be running for the testsuite to complete. There is
143 also a warning about <application>ConsoleKit</application>
144 database not present, but that one can be safely ignored.
[b84342d6]145 </para>
[9d3d8a8]146
[b84342d6]147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
[9d3d8a8]150
151<screen role="root"><userinput>make install</userinput></screen>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
[b84342d6]158 <para>
[01996ebb]159 <parameter>--with-authfw=shadow</parameter>: This parameter configures the
160 package to use the <application>Shadow</application> rather than the
161 <application>Linux PAM</application> Authentication framework. Remove it if
162 you would like to use <application>Linux PAM</application>.
[b84342d6]163 </para>
164
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="../../xincludes/static-libraries.xml"/>
[875b4070]167
[e05cd03f]168 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b84342d6]169 href="../../xincludes/gtk-doc-rebuild.xml"/>
[9d3d8a8]170
171 </sect2>
172
[a6bd736]173 <sect2 role="configuration">
[01996ebb]174 <title>Configuring Polkit</title>
[a6bd736]175
176 <sect3>
177 <title>PAM Configuration</title>
178
179 <note>
[b84342d6]180 <para>
[01996ebb]181 If you did not build <application>Polkit</application> with
[b84342d6]182 <application>Linux PAM</application> support, you can skip this section.
[a6bd736]183 </para>
184 </note>
185
[b84342d6]186 <para>
[0d7900a]187 If you have built <application>Polkit</application> with
188 <application>Linux PAM</application> support, you need to modify
[9ca304a]189 the default PAM configuration file which was installed by default to get
190 <application>Polkit</application> to work correctly with BLFS. Issue the
191 following commands as the <systemitem class="username">root</systemitem>
[b84342d6]192 user to create the configuration file for <application>Linux PAM</application>:
[a6bd736]193 </para>
194
195<screen role="root"><userinput>cat &gt; /etc/pam.d/polkit-1 &lt;&lt; "EOF"
196<literal># Begin /etc/pam.d/polkit-1
197
198auth include system-auth
199account include system-account
200password include system-password
201session include system-session
202
203# End /etc/pam.d/polkit-1</literal>
204EOF</userinput></screen>
205
206 </sect3>
207
208 </sect2>
209
[9d3d8a8]210 <sect2 role="content">
211 <title>Contents</title>
212
213 <segmentedlist>
214 <segtitle>Installed Programs</segtitle>
215 <segtitle>Installed Libraries</segtitle>
216 <segtitle>Installed Directories</segtitle>
217
218 <seglistitem>
[b84342d6]219 <seg>
[f342c0a9]220 pkaction, pkcheck, pk-example-frobnicate, pkexec,
221 pkttyagent and polkitd
[b84342d6]222 </seg>
223 <seg>
[0d7900a]224 libpolkit-agent-1.so and
[b84342d6]225 libpolkit-gobject-1.so
226 </seg>
[028759b]227 <seg>
[01996ebb]228 /etc/polkit-1,
229 /usr/include/polkit-1,
230 /usr/lib/polkit-1,
231 /usr/share/gtk-doc/html/polkit-1 and
[028759b]232 /usr/share/polkit-1
[b84342d6]233 </seg>
[9d3d8a8]234 </seglistitem>
235 </segmentedlist>
236
237 <variablelist>
238 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
239 <?dbfo list-presentation="list"?>
240 <?dbhtml list-presentation="table"?>
241
242 <varlistentry id="pkaction">
243 <term><command>pkaction</command></term>
244 <listitem>
[b84342d6]245 <para>
246 is used to obtain information about registered PolicyKit actions.
247 </para>
[9d3d8a8]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>
[b84342d6]257 <para>
258 is used to check whether a process is authorized for action.
259 </para>
[9d3d8a8]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>
[b84342d6]269 <para>
270 allows an authorized user to execute a command as another user.
271 </para>
[9d3d8a8]272 <indexterm zone="polkit pkexec">
273 <primary sortas="b-pkexec">pkexec</primary>
274 </indexterm>
275 </listitem>
276 </varlistentry>
277
[b84342d6]278 <varlistentry id="pkttyagent">
279 <term><command>pkttyagent</command></term>
[9d3d8a8]280 <listitem>
[b84342d6]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>
[9d3d8a8]286 </indexterm>
287 </listitem>
[b84342d6]288 </varlistentry>
[9d3d8a8]289
[875b4070]290 <varlistentry id="polkitd">
[9d3d8a8]291 <term><command>polkitd</command></term>
292 <listitem>
[b84342d6]293 <para>
[0d7900a]294 provides the org.freedesktop.PolicyKit1 <application>D-Bus</application>
[b84342d6]295 service on the system message bus.
296 </para>
[875b4070]297 <indexterm zone="polkit polkitd">
[9d3d8a8]298 <primary sortas="b-polkitd">polkitd</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
303 <varlistentry id="libpolkit-agent-1">
[b84342d6]304 <term><filename class='libraryfile'>libpolkit-agent-1.so</filename></term>
[9d3d8a8]305 <listitem>
[b84342d6]306 <para>
[01996ebb]307 contains the <application>Polkit</application> authentication
[b84342d6]308 agent API functions.
309 </para>
[9d3d8a8]310 <indexterm zone="polkit libpolkit-agent-1">
[b84342d6]311 <primary sortas="c-libpolkit-agent-1">libpolkit-agent-1.so</primary>
[9d3d8a8]312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="libpolkit-gobject-1">
[b84342d6]317 <term><filename class='libraryfile'>libpolkit-gobject-1.so</filename></term>
[9d3d8a8]318 <listitem>
[b84342d6]319 <para>
[01996ebb]320 contains the <application>Polkit</application> authorization API functions.
[b84342d6]321 </para>
[9d3d8a8]322 <indexterm zone="polkit libpolkit-gobject-1">
[b84342d6]323 <primary sortas="c-libpolkit-gobject-1">libpolkit-gobject-1.so</primary>
[9d3d8a8]324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 </variablelist>
329
330 </sect2>
331
332</sect1>
Note: See TracBrowser for help on using the repository browser.