source: general/sysutils/bubblewrap.xml@ 59eea9d

11.0 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 59eea9d was 59eea9d, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package updates and tags
Update to ibus-1.5.25.
Update to cups-filters-1.28.10.

  • Property mode set to 100644
File size: 4.1 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 "1104b0e43006f22076b5057c129939c8">
10 <!ENTITY bubblewrap-size "212 KB">
11 <!ENTITY bubblewrap-buildsize "2.1 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>Bubblewrap-&bubblewrap-version;</title>
23
24 <indexterm zone="bubblewrap">
25 <primary sortas="a-bubblewrap">bubblewrap</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Bubblewrap</title>
30
31 <para>
32 <application>Bubblewrap</application> is a setuid implementation of user
33 namespaces, or sandboxing, that provides access to a subset of kernel
34 user namespace features. Bubblewrap allows user owned processes to run in
35 an isolated environment with limited access to the underlying filesystem.
36 <!-- Thanks for the reword DJ -->
37 </para>
38
39 &lfs110_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&bubblewrap-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&bubblewrap-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &bubblewrap-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &bubblewrap-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &bubblewrap-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &bubblewrap-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <para condition="html" role="usernotes">
76 User Notes: <ulink url="&blfs-wiki;/bubblewrap"/>
77 </para>
78 </sect2>
79
80 <!-- NOTE: There is a possiblity of kernel configuration being required (see Xi's comment in #11090).
81 So far, I have not observed this, but that doesn't mean that it still might not be needed in practice. -->
82
83 <sect2 role="installation">
84 <title>Installation of Bubblewrap</title>
85
86 <para>
87 Install <application>Bubblewrap</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>./configure --prefix=/usr &amp;&amp;
92make</userinput></screen>
93
94 <para>
95 This package does not come with a test suite.
96 </para>
97
98 <para>
99 Now, as the <systemitem class="username">root</systemitem> user:
100 </para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>
115 bwrap
116 </seg>
117 <seg>
118 None
119 </seg>
120 <seg>
121 None
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="bwrap">
132 <term><command>bwrap</command></term>
133 <listitem>
134 <para>
135 generates a sandbox for a program to run in
136 </para>
137 <indexterm zone="bubblewrap bwrap">
138 <primary sortas="b-bwrap">bwrap</primary>
139 </indexterm>
140 </listitem>
141 </varlistentry>
142 </variablelist>
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.