summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2005-11-17 00:29:41 +0000
committererdgeist <erdgeist@erdgeist.org>2005-11-17 00:29:41 +0000
commite73cd9344284a5bb99a4977c0e4b6b278f051a2e (patch)
tree1246cd8b06ed3c9a66080792761e2c209a77ff4d
parent9535045a3f2894a64afca187a65ddc1939783fee (diff)
default flavour
-rw-r--r--ezjail.flavour.default36
1 files changed, 36 insertions, 0 deletions
diff --git a/ezjail.flavour.default b/ezjail.flavour.default
new file mode 100644
index 0000000..12c54a6
--- /dev/null
+++ b/ezjail.flavour.default
@@ -0,0 +1,36 @@
1# ezjail flavour example
2# refer to ezjail(5) for more information
3#
4# ezjails jail init script tries to create the following users. Format is
5# as follows:
6#
7# username:uid:group[,group,..]:gid[,gid,..]:comment:cryptpw:[-]homedir:shell
8# underscores in comment will be converted to spaces
9#
10# Example:
11#
12# ezjail_flavour_users='::heroes:1003:::: \
13# admin::wheel::Admin_User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \
14# pgsql:1002:pgsql:1002:Post_Gres::-/usr/local/psql:/bin/nologin'
15
16# ezjails init script tries to install all files listed here from the path
17# specified in the ezjail_flavour_root variable root to the corresponding
18# location inside the jail. Directories are being copied recursively.
19# Format is as follows:
20#
21# user:group:file(s)
22#
23# Example:
24#
25# ezjail_flavour_root='/basejail/config/_JAILFLAVOUR_'
26# ezjail_flavour_files='root:wheel:/etc/{resolv,rc,make}.conf \
27# admin:wheel:/usr/local/bin/jailping \
28# admin:wheel:/home/admin/'
29
30# ezjails jail init script tries to install packages specified in the
31# ezjail_flavour_packages variable. All packages without an absolute
32# path are assumed to be located in /basejail/config/pkg
33#
34# Example:
35#
36# ezjail_flavour_packages='sudo-1.6.8.9.tbz pico-4.64.tbz'