source: chapter06/libcap.xml@ 161691d

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 161691d was 161691d, checked in by Pierre Labastie <pieere@…>, 4 years ago

Fix various issues in libcap-2.29

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 4.5 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
8<sect1 id="ch-system-libcap" role="wrap">
9 <?dbhtml filename="libcap.html"?>
10
11 <sect1info condition="script">
12 <productname>libcap</productname>
13 <productnumber>&libcap-version;</productnumber>
14 <address>&libcap-url;</address>
15 </sect1info>
16
17 <title>Libcap-&libcap-version;</title>
18
19 <indexterm zone="ch-system-libcap">
20 <primary sortas="a-Libcap">Libcap</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Libcap package implements the user-space interfaces to the POSIX
27 1003.1e capabilities available in Linux kernels. These capabilities are a
28 partitioning of the all powerful root privilege into a set of distinct
29 privileges.</para>
30
31 <segmentedlist>
32 <segtitle>&buildtime;</segtitle>
33 <segtitle>&diskspace;</segtitle>
34
35 <seglistitem>
36 <seg>&libcap-ch6-sbu;</seg>
37 <seg>&libcap-ch6-du;</seg>
38 </seglistitem>
39 </segmentedlist>
40
41 </sect2>
42
43 <sect2 role="installation">
44 <title>Installation of Libcap</title>
45
46 <para>Prevent two static libraries from being installed:</para>
47
48<screen><userinput remap="pre">sed -i '/install.*STA...LIBNAME/d' libcap/Makefile</userinput></screen>
49
50 <para>Fix a file with wrong syntax:</para>
51
52<screen><userinput remap="pre">sed -i '/libpsx/,$d' libcap/libcap.pc.in</userinput></screen>
53
54 <para>Compile the package:</para>
55
56<screen><userinput remap="make">make lib=lib</userinput></screen>
57
58 <para>This package does not come with a test suite.</para>
59
60 <para>Install the package:</para>
61
62<screen><userinput remap="install">make lib=lib install
63chmod -v 755 /lib/libcap.so.&libcap-version;</userinput></screen>
64
65 <variablelist>
66 <title>The meaning of the make option:</title>
67
68 <varlistentry>
69 <term><parameter>lib=lib</parameter></term>
70 <listitem>
71 <para>This parameter installs the library in
72 <filename>/lib</filename> rather than
73 <filename>/lib64</filename> on x86_64. It has no effect on
74 x86.</para>
75 </listitem>
76 </varlistentry>
77
78 </variablelist>
79
80 </sect2>
81
82 <sect2 id="contents-libcap" role="content">
83 <title>Contents of Libcap</title>
84
85 <segmentedlist>
86 <segtitle>Installed programs</segtitle>
87 <segtitle>Installed library</segtitle>
88
89 <seglistitem>
90 <seg>capsh, getcap, getpcaps, and setcap</seg>
91 <seg>libcap.so</seg>
92 </seglistitem>
93 </segmentedlist>
94
95 <variablelist>
96 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
97 <?dbfo list-presentation="list"?>
98 <?dbhtml list-presentation="table"?>
99
100 <varlistentry id="capsh">
101 <term><command>capsh</command></term>
102 <listitem>
103 <para>A shell wrapper to explore and constrain capability support</para>
104 <indexterm zone="ch-system-libcap capsh">
105 <primary sortas="b-capsh">capsh</primary>
106 </indexterm>
107 </listitem>
108 </varlistentry>
109
110 <varlistentry id="getcap">
111 <term><command>getcap</command></term>
112 <listitem>
113 <para>Examines file capabilities</para>
114 <indexterm zone="ch-system-libcap getcap">
115 <primary sortas="b-getcap">getcap</primary>
116 </indexterm>
117 </listitem>
118 </varlistentry>
119
120 <varlistentry id="getpcaps">
121 <term><command>getpcaps</command></term>
122 <listitem>
123 <para>Displays the capabilities on the queried process(es)</para>
124 <indexterm zone="ch-system-libcap getpcaps">
125 <primary sortas="b-getpcaps">getpcaps</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="setcap">
131 <term><command>setcap</command></term>
132 <listitem>
133 <para>Sets file capabilities</para>
134 <indexterm zone="ch-system-libcap setcap">
135 <primary sortas="b-setcap">setcap</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="libcap">
141 <term><filename class="libraryfile">libcap</filename></term>
142 <listitem>
143 <para>Contains the library functions for manipulating POSIX 1003.1e
144 capabilities</para>
145 <indexterm zone="ch-system-libcap libcap">
146 <primary sortas="c-libcap">libcap</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152
153 </sect2>
154
155</sect1>
Note: See TracBrowser for help on using the repository browser.