source: general/genlib/libseccomp.xml@ eb448ba

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
Last change on this file since eb448ba was eb448ba, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Package update

Update to libseccomp-2.5.2

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[11f3b7e]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 libseccomp-download-http "https://github.com/seccomp/libseccomp/releases/download/v&libseccomp-version;/libseccomp-&libseccomp-version;.tar.gz">
8 <!ENTITY libseccomp-download-ftp " ">
[eb448ba]9 <!ENTITY libseccomp-md5sum "bdee14f3453d118fc29456c6c4cb178e">
10 <!ENTITY libseccomp-size "628 KB">
11 <!ENTITY libseccomp-buildsize "7.2 MB (additional 5.6 MB for tests)">
12 <!ENTITY libseccomp-time "less than 0.1 SBU (additional 2.0 SBU for tests)">
[11f3b7e]13<!-- EDITORS NOTE:
[8558044]14 This library is heavily dependent on system calls at the time of it's release.
[11f3b7e]15 This should be tested with every new minor (v4.13, v4.14, etc.) release
16 of the kernel, as it is very finicky and relies on hacks to accomplish
17 it's purpose. -->
18]>
19
20<sect1 id="libseccomp" xreflabel="libseccomp-&libseccomp-version;">
21 <?dbhtml filename="libseccomp.html"?>
22
23 <sect1info>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>libseccomp-&libseccomp-version;</title>
28
29 <indexterm zone="libseccomp">
30 <primary sortas="a-libseccomp">libseccomp</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to libseccomp</title>
35
36 <para>
37 The <application>libseccomp</application> package provides an easy to use
38 and platform independent interface to the <application>Linux</application>
39 kernel's syscall filtering mechanism.
40 </para>
41
[234dc92]42 &lfs110a_checked;
[11f3b7e]43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&libseccomp-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&libseccomp-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &libseccomp-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &libseccomp-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &libseccomp-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &libseccomp-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">libseccomp Dependencies</bridgehead>
[1ace57a]79
[11f3b7e]80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
[f4f45ce]82 <xref linkend="which"/> (needed for tests),
[11f3b7e]83 <xref linkend="valgrind"/>,
84 <ulink url="http://cython.org/">Cython</ulink>, and
85 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/libseccomp"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libseccomp</title>
95
96 <para>
97 Install <application>libseccomp</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 To test the results, issue: <command>make check</command>.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/static-libraries.xml"/>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>
133 scmp_sys_resolver
134 </seg>
135 <seg>
136 libseccomp.so
137 </seg>
138 <seg>
139 None
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="scmp_sys_resolver">
150 <term><command>scmp_sys_resolver</command></term>
151 <listitem>
152 <para>
[4c24eb0a]153 is used to resolve system calls for applications
[11f3b7e]154 </para>
155 <indexterm zone="libseccomp scmp_sys_resolver">
156 <primary sortas="b-scmp_sys_resolver">scmp_sys_resolver</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="libseccomp-lib">
162 <term><filename class="libraryfile">libseccomp.so</filename></term>
163 <listitem>
164 <para>
[4c24eb0a]165 contains API functions for translating syscalls
[11f3b7e]166 </para>
167 <indexterm zone="libseccomp libseccomp-lib">
168 <primary sortas="c-libseccomp-lib">libseccomp.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172 </variablelist>
173 </sect2>
[4c24eb0a]174
[11f3b7e]175</sect1>
Note: See TracBrowser for help on using the repository browser.