File tree Expand file tree Collapse file tree 17 files changed +27
-27
lines changed Expand file tree Collapse file tree 17 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
# Sphinx build info version 1
2
2
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3
- config: 7818620891962a89cc4a498d6519c049
3
+ config: bb0f626a6d1ddc30a449c3540855e442
4
4
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > Advanced Usage — iocage 1.5 documentation</ title >
9
+ < title > Advanced Usage — iocage 1.7 documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
12
12
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
23
23
< div class ="header-wrapper " role ="banner ">
24
24
< div class ="header ">
25
25
< div class ="headertitle "> < a
26
- href ="index.html "> iocage 1.5 documentation</ a > </ div >
26
+ href ="index.html "> iocage 1.7 documentation</ a > </ div >
27
27
< div class ="rel " role ="navigation " aria-label ="related navigation ">
28
28
< a href ="best-practices.html " title ="Best Practices "
29
29
accesskey ="P "> previous</ a > |
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > Basic Usage — iocage 1.5 documentation</ title >
9
+ < title > Basic Usage — iocage 1.7 documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
12
12
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
23
23
< div class ="header-wrapper " role ="banner ">
24
24
< div class ="header ">
25
25
< div class ="headertitle "> < a
26
- href ="index.html "> iocage 1.5 documentation</ a > </ div >
26
+ href ="index.html "> iocage 1.7 documentation</ a > </ div >
27
27
< div class ="rel " role ="navigation " aria-label ="related navigation ">
28
28
< a href ="install.html " title ="Install iocage "
29
29
accesskey ="P "> previous</ a > |
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > Best Practices — iocage 1.5 documentation</ title >
9
+ < title > Best Practices — iocage 1.7 documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
12
12
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
23
23
< div class ="header-wrapper " role ="banner ">
24
24
< div class ="header ">
25
25
< div class ="headertitle "> < a
26
- href ="index.html "> iocage 1.5 documentation</ a > </ div >
26
+ href ="index.html "> iocage 1.7 documentation</ a > </ div >
27
27
< div class ="rel " role ="navigation " aria-label ="related navigation ">
28
28
< a href ="jailtypes.html " title ="Jail Types "
29
29
accesskey ="P "> previous</ a > |
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > Create a Debian Buster Jail (native Linux) — iocage 1.5 documentation</ title >
9
+ < title > Create a Debian Buster Jail (native Linux) — iocage 1.7 documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
12
12
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
23
23
< div class ="header-wrapper " role ="banner ">
24
24
< div class ="header ">
25
25
< div class ="headertitle "> < a
26
- href ="index.html "> iocage 1.5 documentation</ a > </ div >
26
+ href ="index.html "> iocage 1.7 documentation</ a > </ div >
27
27
< div class ="rel " role ="navigation " aria-label ="related navigation ">
28
28
< a href ="templates.html " title ="Using Templates "
29
29
accesskey ="P "> previous</ a > |
59
59
< p > < strong > Create an empty jail:</ strong > </ p >
60
60
< div class ="highlight-none notranslate "> < div class ="highlight "> < pre > < span > </ span > # iocage create -e -n debjail exec_start="/bin/true" exec_stop="/bin/true"
61
61
allow_mount_linprocfs=1 allow_mount_devfs=1 allow_raw_sockets=1
62
- allow_socket_af=1 allow_mount=1
62
+ allow_socket_af=1 allow_mount_linsysfs=1 allow_mount=1
63
63
</ pre > </ div >
64
64
</ div >
65
65
< p > < strong > Install devfs rules for vnet:</ strong > </ p >
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > FAQ — iocage 1.5 documentation</ title >
9
+ < title > FAQ — iocage 1.7 documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
12
12
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
22
22
< div class ="header-wrapper " role ="banner ">
23
23
< div class ="header ">
24
24
< div class ="headertitle "> < a
25
- href ="index.html "> iocage 1.5 documentation</ a > </ div >
25
+ href ="index.html "> iocage 1.7 documentation</ a > </ div >
26
26
< div class ="rel " role ="navigation " aria-label ="related navigation ">
27
27
< a href ="known-issues.html " title ="Known Issues "
28
28
accesskey ="P "> previous</ a > |
Original file line number Diff line number Diff line change 5
5
< head >
6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8
- < title > Index — iocage 1.5 documentation</ title >
8
+ < title > Index — iocage 1.7 documentation</ title >
9
9
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
11
11
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
20
20
< div class ="header-wrapper " role ="banner ">
21
21
< div class ="header ">
22
22
< div class ="headertitle "> < a
23
- href ="index.html "> iocage 1.5 documentation</ a > </ div >
23
+ href ="index.html "> iocage 1.7 documentation</ a > </ div >
24
24
< div class ="rel " role ="navigation " aria-label ="related navigation ">
25
25
< a href ="py-modindex.html " title ="Python Module Index "
26
26
> modules</ a > |
Original file line number Diff line number Diff line change 6
6
< meta charset ="utf-8 " />
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="generator " content ="Docutils 0.19: https://docutils.sourceforge.io/ " />
8
8
9
- < title > iocage - A FreeBSD Jail Manager — iocage 1.5 documentation</ title >
9
+ < title > iocage - A FreeBSD Jail Manager — iocage 1.7 documentation</ title >
10
10
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css " />
11
11
< link rel ="stylesheet " type ="text/css " href ="_static/agogo.css " />
12
12
< script data-url_root ="./ " id ="documentation_options " src ="_static/documentation_options.js "> </ script >
22
22
< div class ="header-wrapper " role ="banner ">
23
23
< div class ="header ">
24
24
< div class ="headertitle "> < a
25
- href ="# "> iocage 1.5 documentation</ a > </ div >
25
+ href ="# "> iocage 1.7 documentation</ a > </ div >
26
26
< div class ="rel " role ="navigation " aria-label ="related navigation ">
27
27
< a href ="install.html " title ="Install iocage "
28
28
accesskey ="N "> next</ a > |
You can’t perform that action at this time.
0 commit comments