source: postlfs/security/polkit.xml@ 59f6a1f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 59f6a1f was 59f6a1f, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package updates (with polkit being the largest)

Update to pipewire-0.3.39
Update to poppler-21.10.0
Update to links-2.25
Update to polkit-0.120

  • Property mode set to 100644
File size: 15.9 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
[f47c6a6b]7 <!ENTITY polkit-download-http "https://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
8 <!ENTITY polkit-download-ftp " ">
[59f6a1f]9 <!ENTITY polkit-md5sum "a6efe21d021fafe4191ee30331ef801c">
10 <!ENTITY polkit-size "1.6 MB">
11 <!ENTITY polkit-buildsize "12 MB">
12 <!ENTITY polkit-time "0.1 SBU (Using parallelism=4)">
[9d3d8a8]13]>
14
[01996ebb]15<sect1 id="polkit" xreflabel="Polkit-&polkit-version;">
[9d3d8a8]16 <?dbhtml filename="polkit.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
[01996ebb]22 <title>Polkit-&polkit-version;</title>
[9d3d8a8]23
24 <indexterm zone="polkit">
[01996ebb]25 <primary sortas="a-Polkit">Polkit</primary>
[9d3d8a8]26 </indexterm>
27
28 <sect2 role="package">
[01996ebb]29 <title>Introduction to Polkit</title>
[9d3d8a8]30
[b84342d6]31 <para>
[01996ebb]32 <application>Polkit</application> is a toolkit for defining and handling
[9ca304a]33 authorizations. It is used for allowing unprivileged processes to
[30f82900]34 communicate with privileged processes.
[b84342d6]35 </para>
[9d3d8a8]36
[20a35ab]37 &lfs110a_checked;
[27e62762]38
[9d3d8a8]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[b84342d6]42 <para>
43 Download (HTTP): <ulink url="&polkit-download-http;"/>
44 </para>
[9d3d8a8]45 </listitem>
46 <listitem>
[b84342d6]47 <para>
48 Download (FTP): <ulink url="&polkit-download-ftp;"/>
49 </para>
[9d3d8a8]50 </listitem>
51 <listitem>
[b84342d6]52 <para>
53 Download MD5 sum: &polkit-md5sum;
54 </para>
[9d3d8a8]55 </listitem>
56 <listitem>
[b84342d6]57 <para>
58 Download size: &polkit-size;
59 </para>
[9d3d8a8]60 </listitem>
61 <listitem>
[b84342d6]62 <para>
63 Estimated disk space required: &polkit-buildsize;
64 </para>
[9d3d8a8]65 </listitem>
66 <listitem>
[b84342d6]67 <para>
68 Estimated build time: &polkit-time;
69 </para>
[9d3d8a8]70 </listitem>
71 </itemizedlist>
[ad539dbe]72
[59f6a1f]73<!-- With the move to meson, the patch is no longer needed
[ad539dbe]74 <bridgehead renderas="sect3"
75 revision="sysv">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact" revision="sysv">
77 <listitem>
[4a0b346]78 <para>
79 Recommended patch:
80 <ulink url="&patch-root;/polkit-&polkit-version;-fix_elogind_detection-1.patch"/>
81 </para>
82 </listitem>
[3b40dbb3]83 </itemizedlist>
[59f6a1f]84-->
[ad539dbe]85
[01996ebb]86 <bridgehead renderas="sect3">Polkit Dependencies</bridgehead>
[9d3d8a8]87
88 <bridgehead renderas="sect4">Required</bridgehead>
[bb947c32]89 <para role="required">
[6d03f3e]90 <xref linkend="glib2"/> and
[2a21b602]91 <xref linkend="js78"/>
[4c2be438]92 </para>
93
[51dfb3e]94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
[59f6a1f]96 <xref linkend="gobject-introspection"/>,
97 <xref linkend="libxslt"/>,
[6288de8]98 <xref linkend="linux-pam"/>
[7cb4635]99 <phrase revision="sysv">
[8558044]100 and <xref role="first" linkend="elogind"/>
[7cb4635]101 </phrase>
[f586237]102 </para>
103
[51dfb3e]104 <note>
[f586237]105 <para>
[51dfb3e]106 Since <phrase revision="sysv"><command>elogind</command></phrase>
107 <phrase revision="systemd"><command>systemd-logind</command></phrase>
108 uses PAM to register user sessions, it is a good idea to build
109 <application>Polkit</application> with PAM support so
110 <phrase revision="sysv"><command>elogind</command></phrase>
111 <phrase revision="systemd"><command>systemd-logind</command></phrase>
112 can track <application>Polkit</application> sessions.
[f586237]113 </para>
114 </note>
115
116
[59f6a1f]117 <!-- Due to the fact that meson will not autodetect g-i and
118 has it set to required unless you pass an option, and the likelihood
119 of users ignoring a command explanation and then sending in mails
120 regarding KDE or GNOME not working after installing polkit, let's move
121 it to recommended. See #15640 for logic
[4c2be438]122 <bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
123 <para role="optional">
124 <xref linkend="gobject-introspection"/>
125 </para>
[59f6a1f]126 -->
[9d3d8a8]127
128 <bridgehead renderas="sect4">Optional</bridgehead>
[bb947c32]129 <para role="optional">
[8558044]130 <xref linkend="dbus-python"/> and
[59f6a1f]131 <xref linkend="python-dbusmock"/> (for tests), and
132 <!--<xref linkend="DocBook"/>, (Part of libxslt's chain)
133 <xref linkend="docbook-xsl"/>,-->
134 <xref linkend="gtk-doc"/>
[f586237]135 </para>
136
137 <bridgehead renderas="sect4" revision="systemd">Required Runtime Dependencies</bridgehead>
138 <para role="required" revision="systemd">
[96e9478]139 <xref role="runtime" linkend="systemd"/>
[4c2be438]140 </para>
[875b4070]141
[f13e9026]142 <bridgehead renderas="sect4" id="polkit-agent" xreflabel="Polkit Authentication Agent">
143 Optional Runtime Dependencies
144 </bridgehead>
[fee64868]145 <para role="optional">
146 One polkit authentication agent for using polkit in the graphical
147 environment:
148 <application>polkit-kde-agent</application> in
149 <xref role="runtime" linkend="plasma5-build"/> for KDE,
150 the agent built in
151 <xref role="runtime" linkend="gnome-shell"/> for GNOME3,
152 <xref role="runtime" linkend="polkit-gnome"/> for XFCE, and
153 <application>lxpolkit</application> in
154 <xref role="runtime" linkend="lxsession"/> for LXDE.
155 </para>
156
[875b4070]157 <note>
[b84342d6]158 <para>
[f586237]159 If <xref linkend="libxslt"/> is installed,
160 then <xref linkend="DocBook"/> and <xref linkend="docbook-xsl"/> are
161 required. If you have installed <xref linkend="libxslt"/>, but you do
162 not want to install any of the DocBook packages mentioned, you will
[59f6a1f]163 need to use <option>-Dman=false</option> in the instructions
[f586237]164 below.
[b84342d6]165 </para>
[875b4070]166 </note>
[9d3d8a8]167
168 <para condition="html" role="usernotes">User Notes:
[37aba7f]169 <ulink url="&blfs-wiki;/polkit"/>
170 </para>
[9d3d8a8]171 </sect2>
172
173 <sect2 role="installation">
[01996ebb]174 <title>Installation of Polkit</title>
[9d3d8a8]175
[b84342d6]176 <para>
[01996ebb]177 There should be a dedicated user and group to take control
178 of the <command>polkitd</command> daemon after it is
179 started. Issue the following commands as the
180 <systemitem class="username">root</systemitem> user:
181 </para>
182
183<screen role="root"><userinput>groupadd -fg 27 polkitd &amp;&amp;
184useradd -c "PolicyKit Daemon Owner" -d /etc/polkit-1 -u 27 \
185 -g polkitd -s /bin/false polkitd</userinput></screen>
186
[59f6a1f]187<!-- All of this is irrelevant with meson
[f586237]188 <note revision="systemd">
189 <para>
190 When building <application>Polkit</application> with
191 <application>systemd</application> logind support, the
192 <command>configure</command> script explicitly checks if
193 system is booted using <application>systemd</application>.
194 This can cause problems if building the package in chroot,
195 where the <command>configure</command> would fail to
196 detect <application>systemd</application>. To workaround
197 the problem, simply run the following command:
198 </para>
199
200<screen><userinput>sed -i "s:/sys/fs/cgroup/systemd/:/sys:g" configure</userinput></screen>
201 </note>
[3b40dbb3]202
[ad539dbe]203 <para revision="sysv">
204 Fix an issue introduced in recent <application>Polkit</application>
205 releases with elogind:
206 </para>
207
208<screen revision="sysv"><userinput>patch -Np1 -i ../polkit-&polkit-version;-fix_elogind_detection-1.patch &amp;&amp;
[c432bc2]209autoreconf -fv</userinput></screen>
[59f6a1f]210-->
[ad539dbe]211
[59f6a1f]212 <para>
213 First, fix problems with setting permissions during installation and with
214 meson-0.60.0:
215 </para>
216
217<screen><userinput remap="pre">sed '/0,/s/^/#/' -i meson_post_install.py &amp;&amp;
218sed '/policy,/d' -i actions/meson.build \
219 -i src/examples/meson.build</userinput></screen>
[01996ebb]220 <para>
221 Install <application>Polkit</application> by running the following
[37aba7f]222 commands:
[b84342d6]223 </para>
[9d3d8a8]224
[59f6a1f]225<screen revision="systemd"><userinput>mkdir build &amp;&amp;
226cd build &amp;&amp;
227
228meson --prefix=/usr \
229 -Dman=true \
230 -Dsession_tracking=libsystemd-login \
231 --buildtype=release \
232 .. &amp;&amp;
233ninja</userinput></screen>
[51dfb3e]234
[59f6a1f]235<screen revision="sysv"><userinput>mkdir build &amp;&amp;
236cd build &amp;&amp;
237
238meson --prefix=/usr \
239 -Dman=true \
240 -Dsession_tracking=libelogind \
241 -Dsystemdsystemunitdir=/tmp \
242 --buildtype=release \
243 .. &amp;&amp;
244ninja</userinput></screen>
245
246<!--
[b84342d6]247 <para>
[8558044]248 To test the results, first ensure that the system
[d9f1e46]249 <application>D-Bus</application> daemon is running.
[ad539dbe]250 Then run <command>make check</command>.
[b84342d6]251 </para>
[59f6a1f]252-->
253
254<!-- The subprojects directory which contains a wrapper for 'mocklibc'
255 is not shipped in the tarball like it should be. Whenever that is
256 fixed, -Dtests=true and ninja test is the ticket. -->
257
258 <para>
259 This package does not ship with a working test suite.
260 </para>
[9d3d8a8]261
[b84342d6]262 <para>
263 Now, as the <systemitem class="username">root</systemitem> user:
264 </para>
[9d3d8a8]265
[59f6a1f]266<screen role="root" revision="systemd"><userinput>ninja install</userinput></screen>
267
268<screen role="root" revision="sysv"><userinput>ninja install &amp;&amp;
269rm -v /tmp/*.service</userinput></screen>
[9d3d8a8]270
271 </sect2>
272
273 <sect2 role="commands">
274 <title>Command Explanations</title>
275
[59f6a1f]276 <!--
[4a0b346]277 <para revision="sysv">
[59f6a1f]278 <parameter>- -disable-libsystemd-login</parameter>: This switch forces
[4a0b346]279 polkit to build with elogind support (if available) rather than
280 systemd-logind.
281 </para>
282
[59f6a1f]283
[ad539dbe]284 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
285 href="../../xincludes/static-libraries.xml"/>
[59f6a1f]286 -->
287
[51dfb3e]288 <para>
[59f6a1f]289 <option>-Dauthfw=shadow</option>: This switch enables the
[f586237]290 package to use the <application>Shadow</application> rather than the
291 <application>Linux PAM</application> Authentication framework. Use it
292 if you have not installed <application>Linux PAM</application>.
[b84342d6]293 </para>
294
[59f6a1f]295 <!--
[e05cd03f]296 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[51dfb3e]297 href="../../xincludes/gtk-doc-rebuild.xml"/>
[59f6a1f]298 -->
299
300 <para>
301 <option>-Dintrospection=false</option>: Use this option if you are certain
302 that you do not need gobject-introspection files for polkit, or do not have
303 gobject-introspection installed.
304 </para>
305
306 <para>
307 <option>-Dman=false</option>: Use this option to disable generating and
308 installing manual pages. This is useful if libxslt is not installed.
309 </para>
310
311 <para>
312 <option>-Dexamples=true</option>: Use this option to build the example
313 programs.
314 </para>
315
316 <para>
317 <option>-Dgtk_doc=true</option>: Use this option to enable building and
318 installing the API documentation.
319 </para>
[51dfb3e]320
[9d3d8a8]321 </sect2>
322
[a6bd736]323 <sect2 role="configuration">
[01996ebb]324 <title>Configuring Polkit</title>
[a6bd736]325
326 <sect3>
327 <title>PAM Configuration</title>
328
329 <note>
[b84342d6]330 <para>
[01996ebb]331 If you did not build <application>Polkit</application> with
[ad539dbe]332 <application>Linux PAM</application> support, you can skip this
333 section.
[a6bd736]334 </para>
335 </note>
336
[b84342d6]337 <para>
[0d7900a]338 If you have built <application>Polkit</application> with
339 <application>Linux PAM</application> support, you need to modify
[9ca304a]340 the default PAM configuration file which was installed by default to get
341 <application>Polkit</application> to work correctly with BLFS. Issue the
342 following commands as the <systemitem class="username">root</systemitem>
[b84342d6]343 user to create the configuration file for <application>Linux PAM</application>:
[a6bd736]344 </para>
345
346<screen role="root"><userinput>cat &gt; /etc/pam.d/polkit-1 &lt;&lt; "EOF"
347<literal># Begin /etc/pam.d/polkit-1
348
349auth include system-auth
350account include system-account
351password include system-password
352session include system-session
353
354# End /etc/pam.d/polkit-1</literal>
355EOF</userinput></screen>
356
357 </sect3>
358
359 </sect2>
360
[9d3d8a8]361 <sect2 role="content">
362 <title>Contents</title>
363
364 <segmentedlist>
365 <segtitle>Installed Programs</segtitle>
366 <segtitle>Installed Libraries</segtitle>
367 <segtitle>Installed Directories</segtitle>
368
369 <seglistitem>
[b84342d6]370 <seg>
[59f6a1f]371 pkaction, pkcheck, <!--pk-example-frobnicate,--> pkexec,
[f342c0a9]372 pkttyagent and polkitd
[b84342d6]373 </seg>
374 <seg>
[0d7900a]375 libpolkit-agent-1.so and
[b84342d6]376 libpolkit-gobject-1.so
377 </seg>
[028759b]378 <seg>
[01996ebb]379 /etc/polkit-1,
380 /usr/include/polkit-1,
381 /usr/lib/polkit-1,
382 /usr/share/gtk-doc/html/polkit-1 and
[028759b]383 /usr/share/polkit-1
[b84342d6]384 </seg>
[9d3d8a8]385 </seglistitem>
386 </segmentedlist>
387
388 <variablelist>
389 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
390 <?dbfo list-presentation="list"?>
391 <?dbhtml list-presentation="table"?>
392
393 <varlistentry id="pkaction">
394 <term><command>pkaction</command></term>
395 <listitem>
[b84342d6]396 <para>
[4c24eb0a]397 is used to obtain information about registered PolicyKit actions
[b84342d6]398 </para>
[9d3d8a8]399 <indexterm zone="polkit pkaction">
400 <primary sortas="b-pkaction">pkaction</primary>
401 </indexterm>
402 </listitem>
403 </varlistentry>
404
405 <varlistentry id="pkcheck">
406 <term><command>pkcheck</command></term>
407 <listitem>
[b84342d6]408 <para>
[4c24eb0a]409 is used to check whether a process is authorized for action
[b84342d6]410 </para>
[9d3d8a8]411 <indexterm zone="polkit pkcheck">
412 <primary sortas="b-pkcheck">pkcheck</primary>
413 </indexterm>
414 </listitem>
415 </varlistentry>
416
[59f6a1f]417<!--
[72d90b67]418 <varlistentry id="pk-example-frobnicate">
419 <term><command>pk-example-frobnicate</command></term>
420 <listitem>
421 <para>
422 is an example program to test the <command>pkexec</command>
[4c24eb0a]423 command
[72d90b67]424 </para>
425 <indexterm zone="polkit pk-example-frobnicate">
426 <primary sortas="b-pk-example-frobnicate">pk-example-frobnicate</primary>
427 </indexterm>
428 </listitem>
429 </varlistentry>
[59f6a1f]430-->
431
[9d3d8a8]432 <varlistentry id="pkexec">
433 <term><command>pkexec</command></term>
434 <listitem>
[b84342d6]435 <para>
[4c24eb0a]436 allows an authorized user to execute a command as another user
[b84342d6]437 </para>
[9d3d8a8]438 <indexterm zone="polkit pkexec">
439 <primary sortas="b-pkexec">pkexec</primary>
440 </indexterm>
441 </listitem>
442 </varlistentry>
443
[b84342d6]444 <varlistentry id="pkttyagent">
445 <term><command>pkttyagent</command></term>
[9d3d8a8]446 <listitem>
[b84342d6]447 <para>
[4c24eb0a]448 is used to start a textual authentication agent for the subject
[b84342d6]449 </para>
450 <indexterm zone="polkit pkttyagent">
451 <primary sortas="b-pkttyagent">pkttyagent</primary>
[9d3d8a8]452 </indexterm>
453 </listitem>
[b84342d6]454 </varlistentry>
[9d3d8a8]455
[875b4070]456 <varlistentry id="polkitd">
[9d3d8a8]457 <term><command>polkitd</command></term>
458 <listitem>
[b84342d6]459 <para>
[0d7900a]460 provides the org.freedesktop.PolicyKit1 <application>D-Bus</application>
[4c24eb0a]461 service on the system message bus
[b84342d6]462 </para>
[875b4070]463 <indexterm zone="polkit polkitd">
[9d3d8a8]464 <primary sortas="b-polkitd">polkitd</primary>
465 </indexterm>
466 </listitem>
467 </varlistentry>
468
469 <varlistentry id="libpolkit-agent-1">
[4c24eb0a]470 <term><filename class="libraryfile">libpolkit-agent-1.so</filename></term>
[9d3d8a8]471 <listitem>
[b84342d6]472 <para>
[01996ebb]473 contains the <application>Polkit</application> authentication
[4c24eb0a]474 agent API functions
[b84342d6]475 </para>
[9d3d8a8]476 <indexterm zone="polkit libpolkit-agent-1">
[b84342d6]477 <primary sortas="c-libpolkit-agent-1">libpolkit-agent-1.so</primary>
[9d3d8a8]478 </indexterm>
479 </listitem>
480 </varlistentry>
481
482 <varlistentry id="libpolkit-gobject-1">
[4c24eb0a]483 <term><filename class="libraryfile">libpolkit-gobject-1.so</filename></term>
[9d3d8a8]484 <listitem>
[b84342d6]485 <para>
[4c24eb0a]486 contains the <application>Polkit</application> authorization API functions
[b84342d6]487 </para>
[9d3d8a8]488 <indexterm zone="polkit libpolkit-gobject-1">
[b84342d6]489 <primary sortas="c-libpolkit-gobject-1">libpolkit-gobject-1.so</primary>
[9d3d8a8]490 </indexterm>
491 </listitem>
492 </varlistentry>
493
494 </variablelist>
495
496 </sect2>
497
498</sect1>
Note: See TracBrowser for help on using the repository browser.