Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 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
Children:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/keyutils.xml

    rddc634b rd56e7df  
    3030    <title>Introduction to keyutils</title>
    3131
    32     <para>Keyutils is a set of utilities for managing the key retention
    33     facility in the kernel, which can be used by filesystems, block devices and
    34     more to gain and retain the authorization and encryption keys required to
    35     perform secure operations.</para>
     32    <para>
     33      <application>Keyutils</application> is a set of utilities for managing
     34      the key retention facility in the kernel, which can be used by
     35      filesystems, block devices and more to gain and retain the authorization
     36      and encryption keys required to perform secure operations.
     37    </para>
    3638
    3739    &lfs91_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&keyutils-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&keyutils-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &keyutils-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &keyutils-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &keyutils-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &keyutils-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&keyutils-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&keyutils-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &keyutils-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &keyutils-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &keyutils-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &keyutils-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    7690    <title>Installation of keyutils</title>
    7791
    78     <para>Install <application>keyutils</application> by running the following
    79     commands:</para>
     92    <para>
     93      Install <application>keyutils</application> by running the following
     94      commands:
     95    </para>
    8096
    8197<screen><userinput>make</userinput></screen>
    8298
    83     <para>To test the results, issue, as the
    84     <systemitem class="username">root</systemitem> user: </para>
     99    <para>
     100      To test the results, issue, as the
     101      <systemitem class="username">root</systemitem> user:
     102    </para>
    85103
    86104<screen role="root"
     
    88106make -k test </userinput></screen>
    89107
    90     <para>Note that several tests will fail if certain uncommon kernel options
    91     were not used when the kernel was built.  These include CONFIG_BIG_KEYS,
    92     CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.</para>
    93 
    94     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     108    <para>
     109      Note that several tests will fail if certain uncommon kernel options
     110      were not used when the kernel was built.  These include CONFIG_BIG_KEYS,
     111      CONFIG_KEY_DH_OPERATIONS, and CONFIG_CRYPTO_DH.
     112    </para>
     113
     114    <para>
     115      Now, as the <systemitem class="username">root</systemitem> user:
     116    </para>
    95117
    96118<screen role="root"><userinput>make NO_ARLIB=1 install</userinput></screen>
     
    154176        <term><command>keyctl</command></term>
    155177        <listitem>
    156           <para>is to control the key management facility in various ways
    157           using a variety of subcommands.</para>
     178          <para>
     179            controls the key management facility with a variety of subcommands.
     180          </para>
    158181          <indexterm zone="keyutils keyctl">
    159182            <primary sortas="b-keyctl">keyctl</primary>
Note: See TracChangeset for help on using the changeset viewer.