Changeset 56605b9 for postlfs


Ignore:
Timestamp:
04/28/2014 09:13:36 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
de1a0d9
Parents:
08de396
Message:

Remove XML::Parser from perl modules
Archive acl, attr, intltool, expat, gperf
Synchronize libcap with LFS.

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

Location:
postlfs
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/consolekit.xml

    r08de396 r56605b9  
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="acl"/>,
    8079      <xref linkend="dbus-glib"/> and
    8180      <xref linkend="xorg7-lib"/>
  • postlfs/security/libcap.xml

    r08de396 r56605b9  
    1313]>
    1414
    15 <sect1 id="libcap" xreflabel="libcap-&libcap-version;">
     15<sect1 id="libcap-pam" xreflabel="libcap-&libcap-version; with PAM">
    1616  <?dbhtml filename="libcap.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>libcap-&libcap-version;</title>
     23  <title>libcap-&libcap-version; with PAM</title>
    2424
    25   <indexterm zone="libcap">
    26     <primary sortas="a-libcap">libcap</primary>
     25  <indexterm zone="libcap-pam">
     26    <primary sortas="a-libcap-pam">libcap</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to libcap</title>
     30    <title>Introduction to libcap with PAM</title>
    3131
    32     <para>The <application>libcap</application> package implements the
    33     user-space interfaces to the POSIX 1003.1e capabilities available in Linux
    34     kernels. These capabilities are a partitioning of the all powerful root
    35     privilege into a set of distinct privileges.  </para>
    36 
     32    <para>The <application>libcap</application> package was installed in
     33    LFS, but if PAM support is desired, it needs to be reinstalled after
     34    PAM is built.</para>
    3735    &lfs75_checked;
    3836
     
    6260
    6361    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="attr"/></para>
    65 
    66     <bridgehead renderas="sect4">Optional</bridgehead>
    6762    <para role="optional"><xref linkend="linux-pam"/></para>
    6863
     
    9085
    9186    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    92 
    93 <!-- dev note: make DESTDIR=<DESTDIR> prefix=/usr SBINDIR=<DESTDIR>/sbin PAM_LIBDIR=<DESTDIR>/lib RAISE_SETFCAP=no -->
    9487
    9588<screen role="root"><userinput>make prefix=/usr \
     
    147140        <listitem>
    148141          <para>is a shell wrapper to explore and constrain capability support.</para>
    149           <indexterm zone="libcap capsh">
     142          <indexterm zone="libcap-pam capsh">
    150143            <primary sortas="b-capsh">capsh</primary>
    151144          </indexterm>
     
    157150        <listitem>
    158151          <para>examines file capabilities.</para>
    159           <indexterm zone="libcap getcap">
     152          <indexterm zone="libcap-pam getcap">
    160153            <primary sortas="b-getcap">getcap</primary>
    161154          </indexterm>
     
    167160        <listitem>
    168161          <para>displays the capabilities on the queried process(es).</para>
    169           <indexterm zone="libcap getpcaps">
     162          <indexterm zone="libcap-pam getpcaps">
    170163            <primary sortas="b-getpcaps">getpcaps</primary>
    171164          </indexterm>
     
    177170        <listitem>
    178171          <para>sets file file capabilities.</para>
    179           <indexterm zone="libcap setcap">
     172          <indexterm zone="libcap-pam setcap">
    180173            <primary sortas="b-setcap">setcap</primary>
    181174          </indexterm>
     
    187180        <listitem>
    188181          <para>contains the <application>libcap</application> API functions.</para>
    189           <indexterm zone="libcap libcap-lib">
     182          <indexterm zone="libcap-pam libcap-lib">
    190183            <primary sortas="c-libcap">libcap.{so,a}</primary>
    191184          </indexterm>
  • postlfs/security/polkit.xml

    r08de396 r56605b9  
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="glib2"/>,
    80       <xref linkend="intltool"/> and
     79      <xref linkend="glib2"/>, and
    8180      <xref linkend="JS"/>
    8281    </para>
  • postlfs/security/security.xml

    r08de396 r56605b9  
    4242
    4343  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vulnerabilities.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="acl.xml"/>
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="attr.xml"/>
    4644  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cacerts.xml"/>
    4745  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consolekit.xml"/>
  • postlfs/shells/zsh.xml

    r08de396 r56605b9  
    8383    <para role="optional">
    8484      <ulink url="ftp://ftp.gnu.org/gnu/gdbm/">gdbm</ulink>,
    85       <xref linkend="pcre"/> and
    86       <xref linkend="libcap"/>
     85      <xref linkend="pcre"/>, and
     86      <xref linkend="libcap-pam"/>
    8787    </para>
    8888
  • postlfs/virtualization/qemu.xml

    r08de396 r56605b9  
    7171    <para role="optional">
    7272      <xref linkend="alsa"/>,
    73       <xref linkend="attr"/>,
    7473      <xref linkend="check"/>,
    7574      <xref linkend="curl"/>,
Note: See TracChangeset for help on using the changeset viewer.