Ignore:
Timestamp:
03/04/2012 08:26:22 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
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
Children:
181662f
Parents:
4fef42f
Message:

Updated akonadi. Configuration polkit. Typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r4fef42f ra6bd736  
    8787  <sect2 role="installation">
    8888    <title>Installation of polkit</title>
    89 
     89<!--
    9090    <para>It is a requirement to have a dedicated user and group for
    9191    <application>polkit</application> to function correctly. Issue the
     
    9696useradd -c "Policy Kit Daemon User" -d /dev/null -u 27 \
    9797    -g polkituser -s /bin/false polkituser || [ $? == 9 ]</userinput></screen>
     98-->
    9899
    99100    <para>Install <application>polkit</application> by running the following
     
    127128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128129    href="../../xincludes/gtk-doc-rebuild.xml"/>
     130
     131  </sect2>
     132
     133  <sect2 role="configuration">
     134    <title>Configuring polkit</title>
     135
     136    <sect3 id="polkit-config">
     137      <title>Config Files</title>
     138
     139      <para><filename>/etc/polkit-1/localauthority.conf.d/*</filename></para>
     140    </sect3>
     141
     142    <sect3>
     143      <title>PAM Configuration</title>
     144
     145      <note>
     146        <para>If you did not build <application>polkit</application> with
     147        <application>Linux PAM</application> support, you can skip this section.
     148        </para>
     149      </note>
     150
     151      <para>If you built <application>polkit</application> with
     152      <application>Linux PAM</application> support, you will need to modify
     153      the pam configuration file which was installed by default to get
     154      <application>polkit</application> to work correctly with BLFS.</para>
     155
     156      <para>Issue the following commands as the <systemitem class="username">root</systemitem>
     157      user to create the configuration file for <application>Linux PAM</application>:
     158      </para>
     159
     160<screen role="root"><userinput>cat &gt; /etc/pam.d/polkit-1 &lt;&lt; "EOF"
     161<literal># Begin /etc/pam.d/polkit-1
     162
     163auth     include        system-auth
     164account  include        system-account
     165password include        system-password
     166session  include        system-session
     167
     168# End /etc/pam.d/polkit-1</literal>
     169EOF</userinput></screen>
     170
     171    </sect3>
    129172
    130173  </sect2>
     
    217260        <term><filename class='libraryfile'>libnullbackend.{so,a}</filename></term>
    218261        <listitem>
    219           <para>contains functions that .....</para>
     262          <para>PolicyKit null backend</para>
    220263          <indexterm zone="polkit libnullbackend">
    221264            <primary sortas="c-libnullbackend">libnullbackend.{so,a}</primary>
Note: See TracChangeset for help on using the changeset viewer.