source: general/sysutils/bubblewrap.xml@ 9de2208

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 9de2208 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.9 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 bubblewrap-download-http "https://github.com/containers/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz">
8 <!ENTITY bubblewrap-download-ftp " ">
9 <!ENTITY bubblewrap-md5sum "37892167cbc3bd2a54b396033892e2ae">
10 <!ENTITY bubblewrap-size "148 KB">
11 <!ENTITY bubblewrap-buildsize "3.1 MB (with tests)">
12 <!ENTITY bubblewrap-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="bubblewrap" xreflabel="bubblewrap-&bubblewrap-version;">
16 <?dbhtml filename="bubblewrap.html"?>
17
18
19 <title>Bubblewrap-&bubblewrap-version;</title>
20
21 <indexterm zone="bubblewrap">
22 <primary sortas="a-bubblewrap">bubblewrap</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Bubblewrap</title>
27
28 <para>
29 <application>Bubblewrap</application> is a setuid implementation of user
30 namespaces, or sandboxing, that provides access to a subset of kernel
31 user namespace features. Bubblewrap allows user owned processes to run in
32 an isolated environment with limited access to the underlying filesystem.
33 <!-- Thanks for the reword DJ -->
34 </para>
35
36 &lfs112_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&bubblewrap-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&bubblewrap-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &bubblewrap-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &bubblewrap-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &bubblewrap-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &bubblewrap-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Bubblewrap Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
76 <xref linkend="libxslt"/> (to generate manual pages) and
77 <xref linkend="libseccomp"/> (built with python bindings, for tests)
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/bubblewrap"/>
82 </para>
83 </sect2>
84
85 <!-- NOTE: There is a possiblity of kernel configuration being required (see Xi's comment in #11090).
86 So far, I have not observed this, but that doesn't mean that it still might not be needed in practice. -->
87
88 <sect2 role="installation">
89 <title>Installation of Bubblewrap</title>
90
91 <para>
92 Install <application>Bubblewrap</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir build &amp;&amp;
97cd build &amp;&amp;
98
99meson --prefix=/usr --buildtype=release .. &amp;&amp;
100ninja</userinput></screen>
101
102 <para>
103 Next, if you desire to run the test suite, fix an issue caused by the
104 merged-/usr configuration in LFS:
105 </para>
106
107<screen remap="test"><userinput>sed 's@symlink usr/lib64@ro-bind-try /lib64@' -i ../tests/libtest.sh</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ninja test</command>
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/meson-buildtype-release.xml"/>
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 bwrap
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 None
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="bwrap">
154 <term><command>bwrap</command></term>
155 <listitem>
156 <para>
157 generates a sandbox for a program to run in
158 </para>
159 <indexterm zone="bubblewrap bwrap">
160 <primary sortas="b-bwrap">bwrap</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164 </variablelist>
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.