source: general/sysutils/bubblewrap.xml@ 2d0650b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 2d0650b was ab8d3ce5, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to tcsh-6.22.00.
Update to bubblewrap-0.4.0.
Update to poppler-0.83.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22407 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 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/projectatomic/bubblewrap/releases/download/v&bubblewrap-version;/bubblewrap-&bubblewrap-version;.tar.xz">
8 <!ENTITY bubblewrap-download-ftp " ">
9 <!ENTITY bubblewrap-md5sum "a0f3f2c80a3bad535af5bbd1b502450c">
10 <!ENTITY bubblewrap-size "212 KB">
11 <!ENTITY bubblewrap-buildsize "1.8 MB">
12 <!ENTITY bubblewrap-time "less than 0.1 SBU">
13]>
14
15<sect1 id="bubblewrap" xreflabel="bubblewrap-&bubblewrap-version;">
16 <?dbhtml filename="bubblewrap.html"?>
17
18 <sect1info>
19 <!-- this part gets updated when you commit, IFF you set the properties:
20 first, svn add path/to/thisfile.xml and then
21 svn propset svn:mime-type text/plain path/to/thisfile.xml and
22 svn propset svn:keywords "Date LastChangedBy" path/to/thisfile.xml -->
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>Bubblewrap-&bubblewrap-version;</title>
28
29 <indexterm zone="bubblewrap">
30 <primary sortas="a-bubblewrap">bubblewrap</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Bubblewrap</title>
35
36 <para>
37 <application>Bubblewrap</application> is a setuid implementation of user
38 namespaces, or sandboxing, that provides access to a subset of kernel
39 user namespace features. Bubblewrap allows user owned processes to run in
40 an isolated environment with limited access to the underlying filesystem.
41 <!-- Thanks for the reword DJ -->
42 </para>
43
44 &lfs90_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&bubblewrap-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&bubblewrap-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &bubblewrap-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &bubblewrap-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &bubblewrap-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &bubblewrap-time;
76 </para>
77 </listitem>
78 </itemizedlist>
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>./configure --prefix=/usr &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Program</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 bwrap
121 </seg>
122 <seg>
123 None
124 </seg>
125 <seg>
126 None
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="bwrap">
137 <term><command>bwrap</command></term>
138 <listitem>
139 <para>
140 generates a sandbox for a program to run in.
141 </para>
142 <indexterm zone="bubblewrap bwrap">
143 <primary sortas="b-bwrap">bwrap</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147 </variablelist>
148 </sect2>
149</sect1>
Note: See TracBrowser for help on using the repository browser.