source: chapter08/libcap.xml@ 51c01bff

ml-11.0 multilib
Last change on this file since 51c01bff was df462a9, checked in by Thomas Trepl (Moody) <thomas@…>, 3 years ago

Merge pre-LFS-11-0 changes

  • Property mode set to 100644
File size: 6.6 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-fin-sbu;</seg>
37 <seg>&libcap-fin-du;</seg>
38 </seglistitem>
39 </segmentedlist>
40
41 </sect2>
42
43 <sect2 role="installation">
44 <title>Installation of Libcap</title>
45
46 <para>Prevent static libraries from being installed:</para>
47
48<screen><userinput remap="pre">sed -i '/install -m.*STA/d' libcap/Makefile</userinput></screen>
49
50 <para>Compile the package:</para>
51
52<screen><userinput remap="make">make prefix=/usr lib=lib</userinput></screen>
53
54 <variablelist>
55 <title>The meaning of the make option:</title>
56
57 <varlistentry>
58 <term><parameter>lib=lib</parameter></term>
59 <listitem>
60 <para>This parameter sets the library directory to
61 <filename>/usr/lib</filename> rather than
62 <filename>/usr/lib64</filename> on x86_64. It has no effect on
63 x86.</para>
64 </listitem>
65 </varlistentry>
66 </variablelist>
67
68 <para>To test the results, issue:</para>
69
70<screen><userinput remap="test">make test</userinput></screen>
71
72 <para>Install the package:</para>
73
74<screen><userinput remap="install">make prefix=/usr lib=lib install</userinput></screen>
75
76 <para>Adjust the permission of the shared libraries:</para>
77
78<screen><userinput remap="install">chmod -v 755 /usr/lib/lib{cap,psx}.so.&libcap-version;</userinput></screen>
79
80 </sect2>
81
82 <!-- - - - - - - - - - -->
83 <!-- Multilib - 32bit -->
84 <!-- - - - - - - - - - -->
85
86 <sect2 arch="ml_32,ml_all" role="installation">
87 <title>Installation of Libcap - 32bit</title>
88
89 <para>Clean previous build:</para>
90
91<screen><userinput remap="pre">make distclean</userinput></screen>
92
93 <para>Compile the package:</para>
94
95<screen><userinput remap="make">make CC="gcc -m32 -march=i686"</userinput></screen>
96
97 <para>Install the package:</para>
98
99<screen><userinput remap="install">make lib=lib32 prefix=$PWD/DESTDIR/usr -C libcap install
100cp -Rv DESTDIR&usr-lib-m32;/* &usr-lib-m32;
101sed -e "s|^libdir=.*|libdir=&usr-lib-m32;|" -i &usr-lib-m32;/pkgconfig/lib{cap,psx}.pc
102chmod -v 755 &usr-lib-m32;/libcap.so.&libcap-version;
103rm -rf DESTDIR</userinput></screen>
104
105 </sect2><!-- m32 -->
106
107 <!-- - - - - - - - - - -->
108 <!-- Multilib - x32bit -->
109 <!-- - - - - - - - - - -->
110
111 <sect2 arch="ml_x32,ml_all" role="installation">
112 <title>Installation of Libcap - x32bit</title>
113
114 <para>Clean previous build:</para>
115
116<screen><userinput remap="pre">make distclean</userinput></screen>
117
118 <para>Compile the package:</para>
119
120<screen><userinput remap="make">make CC="gcc -mx32 -march=x86-64"</userinput></screen>
121
122 <para>Install the package:</para>
123
124<screen><userinput remap="install">make lib=libx32 prefix=$PWD/DESTDIR/usr -C libcap install
125cp -Rv DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;
126sed -e "s|^libdir=.*|libdir=&usr-lib-mx32;|" -i &usr-lib-mx32;/pkgconfig/lib{cap,psx}.pc
127chmod -v 755 &usr-lib-mx32;/libcap.so.&libcap-version;
128rm -rf DESTDIR</userinput></screen>
129
130 </sect2><!-- mx32 -->
131
132 <sect2 id="contents-libcap" role="content">
133 <title>Contents of Libcap</title>
134
135 <segmentedlist>
136 <segtitle>Installed programs</segtitle>
137 <segtitle>Installed library</segtitle>
138
139 <seglistitem>
140 <seg>capsh, getcap, getpcaps, and setcap</seg>
141 <seg>libcap.so and libpsx.so</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="capsh">
151 <term><command>capsh</command></term>
152 <listitem>
153 <para>A shell wrapper to explore and constrain capability support</para>
154 <indexterm zone="ch-system-libcap capsh">
155 <primary sortas="b-capsh">capsh</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="getcap">
161 <term><command>getcap</command></term>
162 <listitem>
163 <para>Examines file capabilities</para>
164 <indexterm zone="ch-system-libcap getcap">
165 <primary sortas="b-getcap">getcap</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="getpcaps">
171 <term><command>getpcaps</command></term>
172 <listitem>
173 <para>Displays the capabilities on the queried process(es)</para>
174 <indexterm zone="ch-system-libcap getpcaps">
175 <primary sortas="b-getpcaps">getpcaps</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="setcap">
181 <term><command>setcap</command></term>
182 <listitem>
183 <para>Sets file capabilities</para>
184 <indexterm zone="ch-system-libcap setcap">
185 <primary sortas="b-setcap">setcap</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libcap">
191 <term><filename class="libraryfile">libcap</filename></term>
192 <listitem>
193 <para>Contains the library functions for manipulating POSIX 1003.1e
194 capabilities</para>
195 <indexterm zone="ch-system-libcap libcap">
196 <primary sortas="c-libcap">libcap</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="libpsx">
202 <term><filename class="libraryfile">libpsx</filename></term>
203 <listitem>
204 <para>Contains functions to support POSIX semantics for syscalls
205 associated with the pthread library</para>
206 <indexterm zone="ch-system-libcap libpsx">
207 <primary sortas="c-libpsx">libpsx</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.