mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
55b07cbc6d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10228 af4574ff-66df-0310-9fd7-8a98e5e911e0
345 lines
10 KiB
XML
345 lines
10 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY polkit-download-http
|
|
"http://www.freedesktop.org/software/polkit/releases/polkit-&polkit-version;.tar.gz">
|
|
<!ENTITY polkit-download-ftp " ">
|
|
<!ENTITY polkit-md5sum "9c29e1b6c214f0bd6f1d4ee303dfaed9">
|
|
<!ENTITY polkit-size "1.4 MB">
|
|
<!ENTITY polkit-buildsize "20 MB">
|
|
<!ENTITY polkit-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="polkit" xreflabel="polkit-&polkit-version;">
|
|
<?dbhtml filename="polkit.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>polkit-&polkit-version;</title>
|
|
|
|
<indexterm zone="polkit">
|
|
<primary sortas="a-polkit">polkit</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to polkit</title>
|
|
|
|
<para>
|
|
The <application>polkit</application> package is an application-level
|
|
toolkit for defining and handling the policy that allows unprivileged
|
|
users to speak to privileged processes.
|
|
</para>
|
|
|
|
&lfs71_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&polkit-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&polkit-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &polkit-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &polkit-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &polkit-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &polkit-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">polkit Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="intltool"/> and
|
|
<xref linkend="pkgconfig"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional (Required if building GNOME)</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gobject-introspection"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="DocBook"/>,
|
|
<xref linkend="docbook-xsl"/>,
|
|
<xref linkend="gtk-doc"/>,
|
|
<xref linkend="libxslt"/> and
|
|
<xref linkend="linux-pam"/>
|
|
</para>
|
|
|
|
<note>
|
|
<para>
|
|
If <xref linkend="libxslt"/> is installed then <xref linkend="DocBook"/>
|
|
and <xref linkend="docbook-xsl"/> are required.
|
|
</para>
|
|
</note>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/polkit"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of polkit</title>
|
|
|
|
<para>
|
|
Install <application>polkit</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--libexecdir=/usr/lib/polkit-1 \
|
|
--with-authfw=shadow \
|
|
--disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--with-authfw=shadow</parameter>: This parameter will use
|
|
the <application>Shadow</application> rather than the
|
|
<application>Linux-PAM</application> Authentication framework. Remove it if
|
|
you would like to use <application>Linux-PAM</application>.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="configuration">
|
|
<title>Configuring polkit</title>
|
|
|
|
<sect3 id="polkit-config">
|
|
<title>Config Files</title>
|
|
|
|
<para><filename>/etc/polkit-1/localauthority.conf.d/*</filename></para>
|
|
</sect3>
|
|
|
|
<sect3>
|
|
<title>PAM Configuration</title>
|
|
|
|
<note>
|
|
<para>
|
|
If you did not build <application>polkit</application> with
|
|
<application>Linux PAM</application> support, you can skip this section.
|
|
</para>
|
|
</note>
|
|
|
|
<para>
|
|
If you have built <application>polkit</application> with
|
|
<application>Linux PAM</application> support, you need to modify
|
|
default PAM configuration file which was installed by default to get
|
|
<application>polkit</application> to work correctly with BLFS.
|
|
</para>
|
|
|
|
<para>
|
|
Issue the following commands as the <systemitem class="username">root</systemitem>
|
|
user to create the configuration file for <application>Linux PAM</application>:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>cat > /etc/pam.d/polkit-1 << "EOF"
|
|
<literal># Begin /etc/pam.d/polkit-1
|
|
|
|
auth include system-auth
|
|
account include system-account
|
|
password include system-password
|
|
session include system-session
|
|
|
|
# End /etc/pam.d/polkit-1</literal>
|
|
EOF</userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
pk-example-frobnicate, pkaction, pkcheck, pkexec,
|
|
pkttyagent and polkitd
|
|
</seg>
|
|
<seg>
|
|
libpolkit-agent-1.so, libpolkit-backend-1.so and
|
|
libpolkit-gobject-1.so
|
|
</seg>
|
|
<seg>
|
|
/etc/polkit-1, /usr/include/polkit-1, /usr/lib/polkit-1,
|
|
/usr/share/polkit-1 and /var/lib/polkit-1
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<!-- <varlistentry id="pk-example-frobnicate">
|
|
<term><command>pk-example-frobnicate</command></term>
|
|
<listitem>
|
|
<para>
|
|
does this .....
|
|
</para>
|
|
<indexterm zone="polkit pk-example-frobnicate">
|
|
<primary sortas="b-pk-example-frobnicate">pk-example-frobnicate</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>-->
|
|
|
|
<varlistentry id="pkaction">
|
|
<term><command>pkaction</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to obtain information about registered PolicyKit actions.
|
|
</para>
|
|
<indexterm zone="polkit pkaction">
|
|
<primary sortas="b-pkaction">pkaction</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="pkcheck">
|
|
<term><command>pkcheck</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to check whether a process is authorized for action.
|
|
</para>
|
|
<indexterm zone="polkit pkcheck">
|
|
<primary sortas="b-pkcheck">pkcheck</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="pkexec">
|
|
<term><command>pkexec</command></term>
|
|
<listitem>
|
|
<para>
|
|
allows an authorized user to execute a command as another user.
|
|
</para>
|
|
<indexterm zone="polkit pkexec">
|
|
<primary sortas="b-pkexec">pkexec</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="pkttyagent">
|
|
<term><command>pkttyagent</command></term>
|
|
<listitem>
|
|
<para>
|
|
is used to start a textual authentication agent for the subject.
|
|
</para>
|
|
<indexterm zone="polkit pkttyagent">
|
|
<primary sortas="b-pkttyagent">pkttyagent</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="polkitd">
|
|
<term><command>polkitd</command></term>
|
|
<listitem>
|
|
<para>
|
|
provides the org.freedesktop.PolicyKit1 <application>D-Bus</application>
|
|
service on the system message bus.
|
|
</para>
|
|
<indexterm zone="polkit polkitd">
|
|
<primary sortas="b-polkitd">polkitd</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libpolkit-agent-1">
|
|
<term><filename class='libraryfile'>libpolkit-agent-1.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>polkit</application> authentication
|
|
agent API functions.
|
|
</para>
|
|
<indexterm zone="polkit libpolkit-agent-1">
|
|
<primary sortas="c-libpolkit-agent-1">libpolkit-agent-1.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libpolkit-backend-1">
|
|
<term><filename class='libraryfile'>libpolkit-backend-1.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>polkit</application> backend API functions.
|
|
</para>
|
|
<indexterm zone="polkit libpolkit-backend-1">
|
|
<primary sortas="c-libpolkit-backend-1">libpolkit-backend-1.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libpolkit-gobject-1">
|
|
<term><filename class='libraryfile'>libpolkit-gobject-1.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>polkit</application> authorization API functions.
|
|
</para>
|
|
<indexterm zone="polkit libpolkit-gobject-1">
|
|
<primary sortas="c-libpolkit-gobject-1">libpolkit-gobject-1.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|