source: postlfs/security/libcap.xml@ cbc3f97

systemd-13485
Last change on this file since cbc3f97 was cbc3f97, checked in by DJ Lucas <dj@…>, 8 years ago

Merge chapter 14 from trunk, merge recent updates from trunk to completed chapters, more -systemd.xml files cleanup.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16869 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.3 KB
Line 
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
7 <!ENTITY libcap-download-http "https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
8 <!ENTITY libcap-download-ftp "ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-&libcap-version;.tar.xz">
9 <!ENTITY libcap-md5sum "d43ab9f680435a7fff35b4ace8d45b80">
10 <!ENTITY libcap-size "62 KB">
11 <!ENTITY libcap-buildsize "1.5 MB">
12 <!ENTITY libcap-time "0.1 SBU">
13]>
14
15<sect1 id="libcap-pam" xreflabel="libcap-&libcap-version; with PAM">
16 <?dbhtml filename="libcap.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: krejzi $</othername>
20 <date>$Date: 2014-10-26 14:56:10 +0100 (Sun, 26 Oct 2014) $</date>
21 </sect1info>
22
23 <title>libcap-&libcap-version; with PAM</title>
24
25 <indexterm zone="libcap-pam">
26 <primary sortas="a-libcap-pam">libcap</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libcap with PAM</title>
31
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 so the shipped PAM module can be installed.</para>
35
36 &lfs77_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libcap-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libcap-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libcap-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libcap-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libcap-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libcap-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">libcap Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="linux-pam"/>
65 </para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/libcap"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libcap</title>
74
75 <para>Install <application>libcap</application> by running the following
76 commands:</para>
77
78<screen><userinput>make -C pam_cap</userinput></screen>
79
80 <para>This package does not come with a test suite.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>install -v -m755 pam_cap/pam_cap.so /lib/security/pam_cap.so &amp;&amp;
85install -v -m644 pam_cap/capability.conf /etc/security</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="content">
90 <title>Contents</title>
91
92 <segmentedlist>
93 <segtitle>Installed Programs</segtitle>
94 <segtitle>Installed Library</segtitle>
95 <segtitle>Installed Directories</segtitle>
96
97 <seglistitem>
98 <seg>None</seg>
99 <seg>pam_cap.so</seg>
100 <seg>None</seg>
101 </seglistitem>
102 </segmentedlist>
103
104 </sect2>
105
106</sect1>
Note: See TracBrowser for help on using the repository browser.