source: postlfs/security/polkit.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was cae7a6fb, checked in by Christopher Gregory <cjg@…>, 10 years ago

Converted acpid at autofs bluez fcron gpm sysstat udisks2 upower dhcp nfs-utils cyrus-sasl mitkrb openssh polkit and stunnel pages to systemd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13413 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">
[56605b9]79 <xref linkend="glib2"/>, and
[4cbfd95]80 <xref linkend="JS"/>
[4c2be438]81 </para>
82
83 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
84 <para role="optional">
85 <xref linkend="gobject-introspection"/>
86 </para>
[9d3d8a8]87
88 <bridgehead renderas="sect4">Optional</bridgehead>
[bb947c32]89 <para role="optional">
[0d7900a]90 <xref linkend="DocBook"/>,
91 <xref linkend="docbook-xsl"/>,
[c0b5bba]92 <xref linkend="gtk-doc"/>, and
93 <xref linkend="libxslt"/>
94 </para>
95
[cae7a6fb]96 <bridgehead renderas="sect4">Optional (Required for GNOME)</bridgehead>
[c0b5bba]97 <para role="optional">
[4c2be438]98 <xref linkend="linux-pam"/>
99 </para>
[875b4070]100
101 <note>
[b84342d6]102 <para>
[9ca304a]103 If <xref linkend="libxslt"/> is installed, then <xref linkend="DocBook"/>
[3bbf74c5]104 and <xref linkend="docbook-xsl"/> are required. If you have installed
105 <xref linkend="libxslt"/>, but you do not want to install any of the
106 DocBook packages mentioned, you will need to use
107 <option>--disable-man-pages</option> in the instructions below.
[b84342d6]108 </para>
[875b4070]109 </note>
[9d3d8a8]110
111 <para condition="html" role="usernotes">User Notes:
[37aba7f]112 <ulink url="&blfs-wiki;/polkit"/>
113 </para>
[9d3d8a8]114 </sect2>
115
116 <sect2 role="installation">
[01996ebb]117 <title>Installation of Polkit</title>
[9d3d8a8]118
[b84342d6]119 <para>
[01996ebb]120 There should be a dedicated user and group to take control
121 of the <command>polkitd</command> daemon after it is
122 started. Issue the following commands as the
123 <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>groupadd -fg 27 polkitd &amp;&amp;
127useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
128 -g polkitd -s /bin/false polkitd</userinput></screen>
129
130 <para>
131 Install <application>Polkit</application> by running the following
[37aba7f]132 commands:
[b84342d6]133 </para>
[9d3d8a8]134
[b4ec1126]135<screen><userinput>./configure --prefix=/usr \
136 --sysconfdir=/etc \
137 --localstatedir=/var \
138 --disable-static \
[cae7a6fb]139 --enable-libsystemd-login=yes &amp;&amp;
[9d3d8a8]140make</userinput></screen>
141
[b84342d6]142 <para>
[01996ebb]143 To test the results, issue: <command>make check</command>.
[3bbf74c5]144 Note that system <application>D-Bus</application> daemon
145 must be running for the testsuite to complete. There is
146 also a warning about <application>ConsoleKit</application>
147 database not present, but that one can be safely ignored.
[b84342d6]148 </para>
[9d3d8a8]149
[b84342d6]150 <para>
151 Now, as the <systemitem class="username">root</systemitem> user:
152 </para>
[9d3d8a8]153
154<screen role="root"><userinput>make install</userinput></screen>
155
156 </sect2>
157
158 <sect2 role="commands">
159 <title>Command Explanations</title>
160
[dbac0b14]161 <para>
[cae7a6fb]162 <parameter>--enable-libsystemd-login=yes</parameter>: This parameter fixes
163 building with <application>systemd</application>.
[b84342d6]164 </para>
165
166 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
167 href="../../xincludes/static-libraries.xml"/>
[875b4070]168
[e05cd03f]169 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[b84342d6]170 href="../../xincludes/gtk-doc-rebuild.xml"/>
[9d3d8a8]171
172 </sect2>
173
[a6bd736]174 <sect2 role="configuration">
[01996ebb]175 <title>Configuring Polkit</title>
[a6bd736]176
177 <sect3>
178 <title>PAM Configuration</title>
179
180 <note>
[b84342d6]181 <para>
[01996ebb]182 If you did not build <application>Polkit</application> with
[b84342d6]183 <application>Linux PAM</application> support, you can skip this section.
[a6bd736]184 </para>
185 </note>
186
[b84342d6]187 <para>
[0d7900a]188 If you have built <application>Polkit</application> with
189 <application>Linux PAM</application> support, you need to modify
[9ca304a]190 the default PAM configuration file which was installed by default to get
191 <application>Polkit</application> to work correctly with BLFS. Issue the
192 following commands as the <systemitem class="username">root</systemitem>
[b84342d6]193 user to create the configuration file for <application>Linux PAM</application>:
[a6bd736]194 </para>
195
196<screen role="root"><userinput>cat &gt; /etc/pam.d/polkit-1 &lt;&lt; "EOF"
197<literal># Begin /etc/pam.d/polkit-1
198
199auth include system-auth
200account include system-account
201password include system-password
202session include system-session
203
204# End /etc/pam.d/polkit-1</literal>
205EOF</userinput></screen>
206
207 </sect3>
208
209 </sect2>
210
[9d3d8a8]211 <sect2 role="content">
212 <title>Contents</title>
213
214 <segmentedlist>
215 <segtitle>Installed Programs</segtitle>
216 <segtitle>Installed Libraries</segtitle>
217 <segtitle>Installed Directories</segtitle>
218
219 <seglistitem>
[b84342d6]220 <seg>
[f342c0a9]221 pkaction, pkcheck, pk-example-frobnicate, pkexec,
222 pkttyagent and polkitd
[b84342d6]223 </seg>
224 <seg>
[0d7900a]225 libpolkit-agent-1.so and
[b84342d6]226 libpolkit-gobject-1.so
227 </seg>
[028759b]228 <seg>
[01996ebb]229 /etc/polkit-1,
230 /usr/include/polkit-1,
231 /usr/lib/polkit-1,
232 /usr/share/gtk-doc/html/polkit-1 and
[028759b]233 /usr/share/polkit-1
[b84342d6]234 </seg>
[9d3d8a8]235 </seglistitem>
236 </segmentedlist>
237
238 <variablelist>
239 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
240 <?dbfo list-presentation="list"?>
241 <?dbhtml list-presentation="table"?>
242
243 <varlistentry id="pkaction">
244 <term><command>pkaction</command></term>
245 <listitem>
[b84342d6]246 <para>
247 is used to obtain information about registered PolicyKit actions.
248 </para>
[9d3d8a8]249 <indexterm zone="polkit pkaction">
250 <primary sortas="b-pkaction">pkaction</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="pkcheck">
256 <term><command>pkcheck</command></term>
257 <listitem>
[b84342d6]258 <para>
259 is used to check whether a process is authorized for action.
260 </para>
[9d3d8a8]261 <indexterm zone="polkit pkcheck">
262 <primary sortas="b-pkcheck">pkcheck</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
267 <varlistentry id="pkexec">
268 <term><command>pkexec</command></term>
269 <listitem>
[b84342d6]270 <para>
271 allows an authorized user to execute a command as another user.
272 </para>
[9d3d8a8]273 <indexterm zone="polkit pkexec">
274 <primary sortas="b-pkexec">pkexec</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
[b84342d6]279 <varlistentry id="pkttyagent">
280 <term><command>pkttyagent</command></term>
[9d3d8a8]281 <listitem>
[b84342d6]282 <para>
283 is used to start a textual authentication agent for the subject.
284 </para>
285 <indexterm zone="polkit pkttyagent">
286 <primary sortas="b-pkttyagent">pkttyagent</primary>
[9d3d8a8]287 </indexterm>
288 </listitem>
[b84342d6]289 </varlistentry>
[9d3d8a8]290
[875b4070]291 <varlistentry id="polkitd">
[9d3d8a8]292 <term><command>polkitd</command></term>
293 <listitem>
[b84342d6]294 <para>
[0d7900a]295 provides the org.freedesktop.PolicyKit1 <application>D-Bus</application>
[b84342d6]296 service on the system message bus.
297 </para>
[875b4070]298 <indexterm zone="polkit polkitd">
[9d3d8a8]299 <primary sortas="b-polkitd">polkitd</primary>
300 </indexterm>
301 </listitem>
302 </varlistentry>
303
304 <varlistentry id="libpolkit-agent-1">
[b84342d6]305 <term><filename class='libraryfile'>libpolkit-agent-1.so</filename></term>
[9d3d8a8]306 <listitem>
[b84342d6]307 <para>
[01996ebb]308 contains the <application>Polkit</application> authentication
[b84342d6]309 agent API functions.
310 </para>
[9d3d8a8]311 <indexterm zone="polkit libpolkit-agent-1">
[b84342d6]312 <primary sortas="c-libpolkit-agent-1">libpolkit-agent-1.so</primary>
[9d3d8a8]313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="libpolkit-gobject-1">
[b84342d6]318 <term><filename class='libraryfile'>libpolkit-gobject-1.so</filename></term>
[9d3d8a8]319 <listitem>
[b84342d6]320 <para>
[01996ebb]321 contains the <application>Polkit</application> authorization API functions.
[b84342d6]322 </para>
[9d3d8a8]323 <indexterm zone="polkit libpolkit-gobject-1">
[b84342d6]324 <primary sortas="c-libpolkit-gobject-1">libpolkit-gobject-1.so</primary>
[9d3d8a8]325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 </variablelist>
330
331 </sect2>
332
333</sect1>
Note: See TracBrowser for help on using the repository browser.